Lines Matching refs:next
37 struct list_head *next, *prev;
42 list->next = list;
48 return head->next == head;
53 struct list_head *next)
55 next->prev = new;
56 new->next = next;
58 prev->next = new;
63 __list_add(new, head, head->next);
66 static inline void __list_del(struct list_head *prev, struct list_head *next)
68 next->prev = prev;
69 prev->next = next;
74 __list_del(entry->prev, entry->next);
256 * process to update next_shced_cpu for the next child