Searched defs:next (Results 1 – 8 of 8) sorted by relevance
34 struct list_head *next, *prev; member42 struct hlist_node *next, **pprev; member49 struct list_head *next) in list_add_node()68 static inline void list_del_node(struct list_head *prev, struct list_head *next) in list_del_node()
64 next: label
940 static void context_switch_in(struct thread_object *next) in context_switch_in()
21 struct thread_object *next = NULL; in sched_noop_pick_next() local
41 struct thread_object *next = NULL; in sched_prio_pick_next() local
168 struct thread_object *next = NULL; in sched_iorr_pick_next() local
173 struct thread_object *next = &per_cpu(idle, pcpu_id); in schedule() local
263 struct thread_object *next = NULL; in sched_bvt_pick_next() local
Completed in 17 milliseconds