Searched refs:cpu_number (Results 1 - 9 of 9) sorted by relevance

/linux-master/arch/x86/include/asm/
H A Dcurrent.h20 int cpu_number; member in struct:pcpu_hot::__anon183::__anon184
H A Dsmp.h135 #define raw_smp_processor_id() this_cpu_read(pcpu_hot.cpu_number)
136 #define __smp_processor_id() __this_cpu_read(pcpu_hot.cpu_number)
/linux-master/arch/arm64/include/asm/
H A Dsmp.h34 DECLARE_PER_CPU_READ_MOSTLY(int, cpu_number);
37 * We don't use this_cpu_read(cpu_number) as that has implicit writes to
43 #define raw_smp_processor_id() (*raw_cpu_ptr(&cpu_number))
/linux-master/arch/mips/fw/cfe/
H A Dcfe_api_int.h66 u64 cpu_number; /* cpu number to control */ member in struct:xiocb_cpuctl
H A Dcfe_api.c82 xiocb.plist.xiocb_cpuctl.cpu_number = cpu;
103 xiocb.plist.xiocb_cpuctl.cpu_number = cpu;
/linux-master/include/asm-generic/
H A Dmshyperv.h222 * @cpu_number: CPU number in Linux terms
231 static inline int hv_cpu_number_to_vp_number(int cpu_number) argument
233 return hv_vp_index[cpu_number];
/linux-master/arch/arm64/kernel/
H A Dsmp.c58 DEFINE_PER_CPU_READ_MOSTLY(int, cpu_number);
59 EXPORT_PER_CPU_SYMBOL(cpu_number); variable
745 per_cpu(cpu_number, cpu) = cpu;
1024 "IPI", &cpu_number);
1029 "IPI", &cpu_number);
/linux-master/arch/x86/kernel/
H A Dsetup_percpu.c172 per_cpu(pcpu_hot.cpu_number, cpu) = cpu;
/linux-master/tools/power/x86/turbostat/
H A Dturbostat.c4646 int cpu_number; local
4648 retval = fscanf(fp, " CPU%d", &cpu_number);
4652 if (cpu_number > topo.max_cpu_num) {
4653 warn("/proc/interrupts: cpu%d: > %d", cpu_number, topo.max_cpu_num);
4657 irq_column_2_cpu[column] = cpu_number;
4658 irqs_per_cpu[cpu_number] = 0;
4673 int cpu_number, irq_count; local
4679 cpu_number = irq_column_2_cpu[column];
4680 irqs_per_cpu[cpu_number] += irq_count;

Completed in 140 milliseconds