Lines Matching refs:list
79 list_for_each_entry_safe(d, n, &ie->work_list, list) {
81 list_del(&d->list);
88 * handler where it has taken it off the pending list but has not added to the
89 * work list. It will be cleaned up by the interrupt handler when it sees the
104 * Grab the list lock so it will block the irq thread handler. This allows the
117 list_add_tail(&d->list, &flist);
119 list_add_tail(&d->list, &ie->work_list);
133 * desc->list can be modified. Delete desc from list so the
134 * list trasversing does not get corrupted by the other process.
136 list_for_each_entry_safe(d, t, &flist, list) {
137 list_del_init(&d->list);
186 * Pending the descriptor to the lockless list for the irq_entry