Searched refs:tmp_q (Results 1 – 1 of 1) sorted by relevance
73 struct queue *tmp_q; in init_queue() local75 tmp_q = kzalloc(sizeof(*tmp_q), GFP_KERNEL); in init_queue()76 if (!tmp_q) in init_queue()79 memcpy(&tmp_q->properties, properties, sizeof(*properties)); in init_queue()81 *q = tmp_q; in init_queue()