Searched defs:idle (Results 1 – 9 of 9) sorted by relevance
/kernel/ |
D | cpu.c | 851 struct task_struct *idle = idle_thread_get(cpu); in bringup_cpu() local 895 struct task_struct *idle = idle_thread_get(cpu); in finish_cpu() local 1669 struct task_struct *idle; in _cpu_up() local
|
D | fork.c | 2837 static inline void init_idle_pids(struct task_struct *idle) in init_idle_pids()
|
D | workqueue.c | 5239 bool idle = true; in show_one_workqueue() local
|
/kernel/sched/ |
D | fair.c | 6264 int idle = 0; in sched_cfs_period_timer() local 7098 struct cpuidle_state *idle = idle_get_state(rq); in find_idlest_group_cpu() local 7252 bool idle = true; in select_idle_core() local 8783 enum cpu_idle_type idle; member 11302 struct sched_domain *sd, enum cpu_idle_type idle, in load_balance() 11731 static void rebalance_domains(struct rq *rq, enum cpu_idle_type idle) in rebalance_domains() 12251 static bool nohz_idle_balance(struct rq *this_rq, enum cpu_idle_type idle) in nohz_idle_balance() 12316 static inline bool nohz_idle_balance(struct rq *this_rq, enum cpu_idle_type idle) in nohz_idle_balance() 13067 int sched_group_set_idle(struct task_group *tg, long idle) in sched_group_set_idle()
|
D | sched.h | 350 u8 idle; member 378 int idle; member 644 int idle; member 1044 struct task_struct *idle; member
|
D | rt.c | 76 int idle = 0; in sched_rt_period_timer() local 909 int i, idle = 1, throttled = 0; in do_sched_rt_period_timer() local
|
D | core.c | 9432 void __init init_idle(struct task_struct *idle, int cpu) in init_idle() 11468 struct cftype *cft, s64 idle) in cpu_idle_write_s64()
|
/kernel/time/ |
D | tick-sched.c | 701 ktime_t now, idle; in get_cpu_sleep_time_us() local
|
/kernel/debug/kdb/ |
D | kdb_main.c | 2278 int idle = 0, daemon = 0; in kdb_ps_suppressed() local
|