Home
last modified time | relevance | path

Searched refs:cpu_nr (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/macintosh/
H A Dwindfarm_ad7417_sensor.c237 int cpu_nr; in wf_ad7417_probe() local
250 cpu_nr = 0; in wf_ad7417_probe()
252 cpu_nr = 1; in wf_ad7417_probe()
257 mpu = wf_get_mpu(cpu_nr); in wf_ad7417_probe()
270 pv->cpu = cpu_nr; in wf_ad7417_probe()
/linux/arch/powerpc/kvm/
H A Dtrace.h105 __field( __u32, cpu_nr )
110 __entry->cpu_nr = vcpu->vcpu_id;
115 __entry->cpu_nr, __entry->requests)
H A Dtrace_booke.h184 __field( __u32, cpu_nr )
190 __entry->cpu_nr = vcpu->vcpu_id;
196 __entry->cpu_nr,
/linux/arch/s390/include/asm/
H A Dtopology.h57 static inline int topology_cpu_dedicated(int cpu_nr) { return 0; } in topology_cpu_dedicated() argument
58 static inline int topology_booted_cores(int cpu_nr) { return 1; } in topology_booted_cores() argument
H A Dsmp.h14 #define raw_smp_processor_id() (get_lowcore()->cpu_nr)
H A Dlowcore.h159 __u32 cpu_nr; /* 0x03a0 */ member
/linux/arch/powerpc/platforms/chrp/
H A Dsmp.c40 static void smp_chrp_setup_cpu(int cpu_nr) in smp_chrp_setup_cpu() argument
/linux/arch/s390/include/uapi/asm/
H A Dhwctrset.h37 __u32 cpu_nr; /* CPU number */ member
/linux/fs/xfs/
H A Dxfs_log_cil.c556 unsigned int cpu_nr; in xlog_cil_insert_items() local
580 cpu_nr = get_cpu(); in xlog_cil_insert_items()
584 if (!cpumask_test_cpu(cpu_nr, &ctx->cil_pcpmask)) in xlog_cil_insert_items()
585 cpumask_test_and_set_cpu(cpu_nr, &ctx->cil_pcpmask); in xlog_cil_insert_items()
H A Dxfs_icache.c2175 unsigned int cpu_nr; in xfs_inodegc_queue() local
2183 cpu_nr = get_cpu(); in xfs_inodegc_queue()
2196 if (!cpumask_test_cpu(cpu_nr, &mp->m_inodegc_cpumask)) in xfs_inodegc_queue()
2197 cpumask_test_and_set_cpu(cpu_nr, &mp->m_inodegc_cpumask); in xfs_inodegc_queue()