Home
last modified time | relevance | path

Searched defs:next (Results 1 – 8 of 8) sorted by relevance

/hypervisor/include/lib/
A Dlist.h34 struct list_head *next, *prev; member
42 struct hlist_node *next, **pprev; member
49 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()
/hypervisor/arch/x86/guest/
A Dvmx_asm.S64 next: label
A Dvcpu.c940 static void context_switch_in(struct thread_object *next) in context_switch_in()
/hypervisor/common/
A Dsched_noop.c21 struct thread_object *next = NULL; in sched_noop_pick_next() local
A Dsched_prio.c41 struct thread_object *next = NULL; in sched_prio_pick_next() local
A Dsched_iorr.c168 struct thread_object *next = NULL; in sched_iorr_pick_next() local
A Dschedule.c173 struct thread_object *next = &per_cpu(idle, pcpu_id); in schedule() local
A Dsched_bvt.c263 struct thread_object *next = NULL; in sched_bvt_pick_next() local

Completed in 17 milliseconds