Lines Matching refs:list
24 * Add this irq_poll structure to the pending poll list and trigger the
37 list_add_tail(&iop->list, this_cpu_ptr(&blk_cpu_iopoll));
53 list_del(&iop->list);
80 struct list_head *list = this_cpu_ptr(&blk_cpu_iopoll);
86 while (!list_empty(list)) {
102 * entries to the tail of this list, and only ->poll()
103 * calls can remove this head entry from the list.
105 iop = list_entry(list->next, struct irq_poll, list);
122 * move the instance around on the list at-will.
128 list_move_tail(&iop->list, list);
182 INIT_LIST_HEAD(&iop->list);