Searched refs:this_cpu (Results 51 - 62 of 62) sorted by relevance

123

/linux-master/arch/x86/kernel/apic/
H A Dx2apic_uv_x.c723 unsigned int this_cpu = smp_processor_id(); local
727 if (cpu != this_cpu)
734 unsigned int this_cpu = smp_processor_id(); local
738 if (cpu != this_cpu)
/linux-master/drivers/cpufreq/
H A Dacpi-cpufreq.c343 int this_cpu; local
345 this_cpu = get_cpu();
346 if (cpumask_test_cpu(this_cpu, mask))
H A Dintel_pstate.c1638 unsigned int this_cpu = smp_processor_id(); local
1652 if (!cpumask_test_cpu(this_cpu, &hwp_intr_enable_mask))
1668 cpudata = READ_ONCE(all_cpu_data[this_cpu]);
/linux-master/kernel/sched/
H A Ddebug.c1096 unsigned int this_cpu = raw_smp_processor_id(); local
1099 t0 = cpu_clock(this_cpu);
1100 t1 = cpu_clock(this_cpu);
H A Dcore.c3956 bool cpus_equal_capacity(int this_cpu, int that_cpu) argument
3961 if (this_cpu == that_cpu)
3964 return arch_scale_cpu_capacity(this_cpu) == arch_scale_cpu_capacity(that_cpu);
3967 bool cpus_share_cache(int this_cpu, int that_cpu) argument
3969 if (this_cpu == that_cpu)
3972 return per_cpu(sd_llc_id, this_cpu) == per_cpu(sd_llc_id, that_cpu);
3979 bool cpus_share_resources(int this_cpu, int that_cpu) argument
3981 if (this_cpu == that_cpu)
3984 return per_cpu(sd_share_id, this_cpu) == per_cpu(sd_share_id, that_cpu);
/linux-master/arch/powerpc/kernel/
H A Dfadump.c697 int old_cpu, this_cpu; local
711 this_cpu = smp_processor_id();
712 old_cpu = cmpxchg(&crashing_cpu, -1, this_cpu);
/linux-master/drivers/gpu/drm/i915/
H A Di915_request.c1893 unsigned int this_cpu; local
1895 if (time_after(local_clock_ns(&this_cpu), timeout))
1898 return this_cpu != cpu;
/linux-master/arch/x86/kernel/
H A Dtsc.c214 unsigned int cpu, this_cpu = smp_processor_id(); local
219 if (cpu != this_cpu) {
H A Dkvm.c565 unsigned int this_cpu = smp_processor_id(); local
570 cpumask_clear_cpu(this_cpu, new_mask);
/linux-master/arch/sparc/kernel/
H A Dirq_64.c1003 void notrace sun4v_register_mondo_queues(int this_cpu) argument
1005 struct trap_per_cpu *tb = &trap_block[this_cpu];
/linux-master/tools/perf/bench/
H A Dnuma.c1279 int this_cpu; local
1288 this_cpu = g->threads[task_nr].curr_cpu;
1289 if (this_cpu < g->p.nr_cpus/2)
/linux-master/drivers/net/ethernet/cavium/liquidio/
H A Dlio_core.c733 int this_cpu = smp_processor_id(); local
738 droq->cpu_id == this_cpu) {

Completed in 363 milliseconds

123