Searched defs:idle (Results 1 – 9 of 9) sorted by relevance
/kernel/sched/ |
D | fair.c | 4932 int idle = 0; in sched_cfs_period_timer() local 5721 struct cpuidle_state *idle = idle_get_state(rq); in find_idlest_group_cpu() local 5887 bool idle = true; in select_idle_core() local 6359 struct cpuidle_state *idle; in find_energy_efficient_cpu() local 7173 enum cpu_idle_type idle; member 8935 struct sched_domain *sd, enum cpu_idle_type idle, in load_balance() 9345 static void rebalance_domains(struct rq *rq, enum cpu_idle_type idle) in rebalance_domains() 9731 enum cpu_idle_type idle) in _nohz_idle_balance() 9835 static bool nohz_idle_balance(struct rq *this_rq, enum cpu_idle_type idle) in nohz_idle_balance() 9893 static inline bool nohz_idle_balance(struct rq *this_rq, enum cpu_idle_type idle) in nohz_idle_balance()
|
D | rt.c | 21 int idle = 0; in sched_rt_period_timer() local 853 int i, idle = 1, throttled = 0; in do_sched_rt_period_timer() local
|
D | sched.h | 339 u8 idle; member 910 struct task_struct *idle; member
|
D | core.c | 6018 void init_idle(struct task_struct *idle, int cpu) in init_idle()
|
/kernel/ |
D | cpu.c | 550 struct task_struct *idle = idle_thread_get(cpu); in bringup_cpu() local 1111 struct task_struct *idle; in _cpu_up() local
|
D | fork.c | 2303 static inline void init_idle_pids(struct task_struct *idle) in init_idle_pids()
|
D | workqueue.c | 4743 bool idle = true; in show_workqueue_state() local
|
/kernel/time/ |
D | tick-sched.c | 569 ktime_t now, idle; in get_cpu_idle_time_us() local
|
/kernel/debug/kdb/ |
D | kdb_main.c | 2288 int idle = 0, daemon = 0; in kdb_ps_suppressed() local
|