Searched refs:ipi_list (Results 1 – 2 of 2) sorted by relevance
590 rq = list_entry(local_list.next, struct request, ipi_list); in blk_done_softirq()591 list_del_init(&rq->ipi_list); in blk_done_softirq()603 list_add_tail(&rq->ipi_list, list); in blk_mq_trigger_softirq()610 if (list->next == &rq->ipi_list) in blk_mq_trigger_softirq()
166 struct list_head ipi_list; member