Lines Matching defs:next
117 struct list_head next;
232 INIT_LIST_HEAD(&req->next);
303 list_for_each_entry(nreq, &req->next, next)
317 list_add_tail(&req->next, &first->next);
442 list_for_each_entry(nreq, &first->next, next)
444 INIT_LIST_HEAD(&first->next);
499 * channel resources next time.
540 list_for_each_entry(nreq, &req->next, next)
1509 INIT_LIST_HEAD(&req->next);