Searched defs:idle (Results 1 – 10 of 10) sorted by relevance
/kernel/ |
D | cpu.c | 613 struct task_struct *idle = idle_thread_get(cpu); in bringup_cpu() local 639 struct task_struct *idle = idle_thread_get(cpu); in finish_cpu() local 1409 struct task_struct *idle; in _cpu_up() local
|
D | smp.c | 74 u64 idle; member
|
D | fork.c | 2679 static inline void init_idle_pids(struct task_struct *idle) in init_idle_pids()
|
D | workqueue.c | 4817 bool idle = true; in show_one_workqueue() local
|
/kernel/sched/ |
D | fair.c | 5826 int idle = 0; in sched_cfs_period_timer() local 6561 struct cpuidle_state *idle = idle_get_state(rq); in find_idlest_group_cpu() local 6715 bool idle = true; in select_idle_core() local 8269 enum cpu_idle_type idle; member 10648 struct sched_domain *sd, enum cpu_idle_type idle, in load_balance() 11079 static void rebalance_domains(struct rq *rq, enum cpu_idle_type idle) in rebalance_domains() 11595 static bool nohz_idle_balance(struct rq *this_rq, enum cpu_idle_type idle) in nohz_idle_balance() 11660 static inline bool nohz_idle_balance(struct rq *this_rq, enum cpu_idle_type idle) in nohz_idle_balance() 12452 int sched_group_set_idle(struct task_group *tg, long idle) in sched_group_set_idle()
|
D | sched.h | 355 u8 idle; member 383 int idle; member 643 int idle; member 1028 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 | 9209 void __init init_idle(struct task_struct *idle, int cpu) in init_idle() 11164 struct cftype *cft, s64 idle) in cpu_idle_write_s64()
|
/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 | 2278 int idle = 0, daemon = 0; in kdb_ps_suppressed() local
|