Searched refs:tmp_q (Results 1 – 2 of 2) sorted by relevance
71 struct queue *tmp_q; in init_queue() local73 tmp_q = kzalloc(sizeof(*tmp_q), GFP_KERNEL); in init_queue()74 if (!tmp_q) in init_queue()77 memcpy(&tmp_q->properties, properties, sizeof(*properties)); in init_queue()79 *q = tmp_q; in init_queue()
569 LIST_HEAD(tmp_q); in __csio_unreg_rnode()574 list_splice_tail_init(&rn->host_cmpl_q, &tmp_q); in __csio_unreg_rnode()589 csio_scsi_cleanup_io_q(csio_hw_to_scsim(hw), &tmp_q); in __csio_unreg_rnode()