Home
last modified time | relevance | path

Searched refs:idle (Results 1 – 8 of 8) sorted by relevance

/hypervisor/common/
A Dhv_main.c97 struct thread_object *idle = &per_cpu(idle, pcpu_id); in run_idle_thread() local
102 (void)strncpy_s(idle->name, 16U, idle_name, 16U); in run_idle_thread()
103 idle->pcpu_id = pcpu_id; in run_idle_thread()
104 idle->thread_entry = default_idle; in run_idle_thread()
105 idle->switch_out = NULL; in run_idle_thread()
106 idle->switch_in = NULL; in run_idle_thread()
108 init_thread_data(idle, &idle_params); in run_idle_thread()
110 run_thread(idle); in run_idle_thread()
A Dsched_noop.c26 next = &get_cpu_var(idle); in sched_noop_pick_next()
A Dsched_prio.c46 next = &get_cpu_var(idle); in sched_prio_pick_next()
A Dschedule.c21 return (obj == &per_cpu(idle, pcpu_id)); in is_idle_thread()
173 struct thread_object *next = &per_cpu(idle, pcpu_id); in schedule()
A Dsched_iorr.c201 next = &get_cpu_var(idle); in sched_iorr_pick_next()
A Dsched_bvt.c306 next = &get_cpu_var(idle); in sched_bvt_pick_next()
/hypervisor/include/arch/x86/asm/
A Dper_cpu.h45 struct thread_object idle; member
/hypervisor/lib/crypto/mbedtls/
A DChangeLog201 This function is necessary to determine when it is safe to idle on the

Completed in 15 milliseconds