Lines Matching refs:next
25 struct list_head next;
245 list_for_each_entry(elm, pages_list, next) {
260 next);
282 list_for_each_entry(elm, pages_list, next) {
312 struct iopt_pages_list, next))) {
317 list_del(&elm->next);
328 list_for_each_entry(elm, pages_list, next) {
336 list_for_each_entry(undo_elm, pages_list, next) {
362 list_for_each_entry(elm, pages_list, next) {
414 list_add(&elm.next, &pages_list);
454 list_add_tail(&elm->next, pages_list);
627 struct iopt_reserved *reserved, *next;
632 reserved = next) {
633 next = iopt_reserved_iter_next(reserved, 0, ULONG_MAX);