Searched defs:idle (Results 1 – 10 of 10) sorted by relevance
/kernel/sched/ |
D | fair.c | 5505 int idle = 0; in sched_cfs_period_timer() local 6251 struct cpuidle_state *idle = idle_get_state(rq); in find_idlest_group_cpu() local 6405 bool idle = true; in select_idle_core() local 7018 struct cpuidle_state *idle; in find_energy_efficient_cpu() local 7975 enum cpu_idle_type idle; member 10142 struct sched_domain *sd, enum cpu_idle_type idle, in load_balance() 10548 static void rebalance_domains(struct rq *rq, enum cpu_idle_type idle) in rebalance_domains() 10963 enum cpu_idle_type idle) in _nohz_idle_balance() 11056 static bool nohz_idle_balance(struct rq *this_rq, enum cpu_idle_type idle) in nohz_idle_balance() 11121 static inline bool nohz_idle_balance(struct rq *this_rq, enum cpu_idle_type idle) in nohz_idle_balance() [all …]
|
D | sched.h | 375 u8 idle; member 401 int idle; member 620 int idle; member 995 struct task_struct *idle; member
|
D | rt.c | 25 int idle = 0; in sched_rt_period_timer() local 869 int i, idle = 1, throttled = 0; in do_sched_rt_period_timer() local
|
D | core.c | 8866 void __init init_idle(struct task_struct *idle, int cpu) in init_idle() 10839 struct cftype *cft, s64 idle) in cpu_idle_write_s64()
|
/kernel/ |
D | cpu.c | 591 struct task_struct *idle = idle_thread_get(cpu); in bringup_cpu() local 617 struct task_struct *idle = idle_thread_get(cpu); in finish_cpu() local 1371 struct task_struct *idle; in _cpu_up() local
|
D | smp.c | 74 u64 idle; member
|
D | fork.c | 2565 static inline void init_idle_pids(struct task_struct *idle) in init_idle_pids()
|
D | workqueue.c | 4841 bool idle = true; in show_one_workqueue() local
|
/kernel/time/ |
D | tick-sched.c | 718 ktime_t now, idle; in get_cpu_idle_time_us() local
|
/kernel/debug/kdb/ |
D | kdb_main.c | 2327 int idle = 0, daemon = 0; in kdb_ps_suppressed() local
|