Searched refs:idle (Results 1 – 8 of 8) sorted by relevance
97 struct thread_object *idle = &per_cpu(idle, pcpu_id); in run_idle_thread() local102 (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()
26 next = &get_cpu_var(idle); in sched_noop_pick_next()
46 next = &get_cpu_var(idle); in sched_prio_pick_next()
21 return (obj == &per_cpu(idle, pcpu_id)); in is_idle_thread()173 struct thread_object *next = &per_cpu(idle, pcpu_id); in schedule()
201 next = &get_cpu_var(idle); in sched_iorr_pick_next()
306 next = &get_cpu_var(idle); in sched_bvt_pick_next()
45 struct thread_object idle; member
201 This function is necessary to determine when it is safe to idle on the
Completed in 15 milliseconds