Searched defs:this_cpu (Results 1 – 12 of 12) sorted by relevance
/kernel/trace/ |
A D | trace_clock.c | 97 int this_cpu; in trace_clock_global() local
|
/kernel/ |
A D | panic.c | 305 int old_cpu, this_cpu; in nmi_panic() local 371 int old_cpu, this_cpu; in vpanic() local
|
A D | smp.c | 643 int this_cpu; in smp_call_function_single() local 785 int cpu, last_cpu, this_cpu = smp_processor_id(); in smp_call_function_many_cond() local
|
A D | crash_core.c | 146 int old_cpu, this_cpu; in crash_kexec() local
|
A D | watchdog.c | 193 unsigned int this_cpu = smp_processor_id(); in watchdog_hardlockup_check() local
|
/kernel/debug/kdb/ |
A D | kdb_io.c | 623 int this_cpu, old_cpu; in vkdb_printf() local
|
/kernel/debug/ |
A D | debug_core.c | 244 int this_cpu = raw_smp_processor_id(); in kgdb_roundup_cpus() local
|
/kernel/sched/ |
A D | fair.c | 6071 int this_cpu = smp_processor_id(); in distribute_cfs_runtime() local 7238 wake_affine_idle(int this_cpu, int prev_cpu, int sync) in wake_affine_idle() 7270 int this_cpu, int prev_cpu, int sync) in wake_affine_weight() 7312 int this_cpu, int prev_cpu, int sync) in wake_affine() 7338 sched_balance_find_dst_group_cpu(struct sched_group *group, struct task_struct *p, int this_cpu) in sched_balance_find_dst_group_cpu() 10690 sched_balance_find_dst_group(struct sched_domain *sd, struct task_struct *p, int this_cpu) in sched_balance_find_dst_group() 11643 static int sched_balance_rq(int this_cpu, struct rq *this_rq, in sched_balance_rq() 12511 int this_cpu = this_rq->cpu; in _nohz_idle_balance() local 12655 int this_cpu = this_rq->cpu; in nohz_newidle_balance() local 12696 int this_cpu = this_rq->cpu; in sched_balance_newidle() local
|
A D | deadline.c | 2494 int this_cpu = smp_processor_id(); in find_later_rq() local 2738 int this_cpu = this_rq->cpu, cpu; in pull_dl_task() local
|
A D | rt.c | 1761 int this_cpu = smp_processor_id(); in find_lowest_rq() local 2231 int this_cpu = this_rq->cpu, cpu; in pull_rt_task() local
|
A D | debug.c | 1258 unsigned int this_cpu = raw_smp_processor_id(); in proc_sched_show_task() local
|
A D | core.c | 3903 bool cpus_equal_capacity(int this_cpu, int that_cpu) in cpus_equal_capacity() 3914 bool cpus_share_cache(int this_cpu, int that_cpu) in cpus_share_cache() 3926 bool cpus_share_resources(int this_cpu, int that_cpu) in cpus_share_resources() 6650 int this_cpu = cpu_of(rq); in find_proxy_task() local
|
Completed in 104 milliseconds