Searched refs:ipi_list (Results 1 – 2 of 2) sorted by relevance
584 rq = list_entry(local_list.next, struct request, ipi_list); in blk_done_softirq()585 list_del_init(&rq->ipi_list); in blk_done_softirq()597 list_add_tail(&rq->ipi_list, list); in blk_mq_trigger_softirq()604 if (list->next == &rq->ipi_list) in blk_mq_trigger_softirq()
159 struct list_head ipi_list; member