Searched refs:ipi_list (Results 1 – 2 of 2) sorted by relevance
601 rq = list_entry(local_list.next, struct request, ipi_list); in blk_done_softirq()602 list_del_init(&rq->ipi_list); in blk_done_softirq()614 list_add_tail(&rq->ipi_list, list); in blk_mq_trigger_softirq()621 if (list->next == &rq->ipi_list) in blk_mq_trigger_softirq()
164 struct list_head ipi_list; member