| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | refcounted_kptr.c | 51 int cpu_nr, fd, err, key = 0; in test_percpu_hash_refcounted_kptr_refcount_leak() local 61 cpu_nr = libbpf_num_possible_cpus(); in test_percpu_hash_refcounted_kptr_refcount_leak() 62 if (!ASSERT_GT(cpu_nr, 0, "libbpf_num_possible_cpus")) in test_percpu_hash_refcounted_kptr_refcount_leak() 65 values = calloc(cpu_nr, sizeof(u64)); in test_percpu_hash_refcounted_kptr_refcount_leak() 75 values_sz = cpu_nr * sizeof(u64); in test_percpu_hash_refcounted_kptr_refcount_leak()
|
| /linux/kernel/locking/ |
| H A D | osq_lock.c | 27 static inline int encode_cpu(int cpu_nr) in encode_cpu() argument 29 return cpu_nr + 1; in encode_cpu() 39 int cpu_nr = encoded_cpu_val - 1; in decode_cpu() local 41 return per_cpu_ptr(&osq_node, cpu_nr); in decode_cpu()
|
| /linux/arch/s390/include/asm/ |
| H A D | smp.h | 20 BUILD_BUG_ON(sizeof_field(struct lowcore, cpu_nr) != sizeof(cpu)); in raw_smp_processor_id() 21 lc_cpu_nr = offsetof(struct lowcore, cpu_nr); in raw_smp_processor_id() 29 "m" (((struct lowcore *)0)->cpu_nr)); in raw_smp_processor_id()
|
| H A D | topology.h | 57 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 D | lowcore.h | 161 __u32 cpu_nr; /* 0x03a0 */ member
|
| /linux/drivers/macintosh/ |
| H A D | windfarm_ad7417_sensor.c | 237 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 D | trace.h | 105 __field( __u32, cpu_nr ) 110 __entry->cpu_nr = vcpu->vcpu_id; 115 __entry->cpu_nr, __entry->requests)
|
| H A D | trace_booke.h | 184 __field( __u32, cpu_nr ) 190 __entry->cpu_nr = vcpu->vcpu_id; 196 __entry->cpu_nr,
|
| /linux/arch/powerpc/platforms/powermac/ |
| H A D | smp.c | 400 static void __init smp_psurge_setup_cpu(int cpu_nr) in smp_psurge_setup_cpu() argument 405 if (cpu_nr != 0 || !psurge_start) in smp_psurge_setup_cpu() 838 static void smp_core99_setup_cpu(int cpu_nr) in smp_core99_setup_cpu() argument 841 if (cpu_nr != 0) in smp_core99_setup_cpu() 842 core99_init_caches(cpu_nr); in smp_core99_setup_cpu()
|
| /linux/arch/powerpc/platforms/chrp/ |
| H A D | smp.c | 40 static void smp_chrp_setup_cpu(int cpu_nr) in smp_chrp_setup_cpu() argument
|
| /linux/tools/perf/util/ |
| H A D | bpf_off_cpu.c | 93 int cpu_nr = pcpu.cpu; in off_cpu_start() local 95 err = bpf_map__update_elem(skel->maps.offcpu_output, &cpu_nr, sizeof(int), in off_cpu_start() 96 xyarray__entry(evsel->core.fd, cpu_nr, 0), in off_cpu_start()
|
| H A D | header.c | 1857 int cpu_nr = ph->env.nr_cpus_avail; in print_cpu_topology() local 1889 for (i = 0; i < cpu_nr; i++) in print_cpu_topology() 1900 for (i = 0; i < cpu_nr; i++) in print_cpu_topology() 2794 int cpu_nr = env->nr_cpus_avail; in process_cpu_topology() local 2797 env->cpu = calloc(cpu_nr, sizeof(*env->cpu)); in process_cpu_topology() 2850 for (i = 0; i < (u32)cpu_nr; i++) { in process_cpu_topology() 2890 for (i = 0; i < (u32)cpu_nr; i++) { in process_cpu_topology()
|
| /linux/drivers/thermal/ |
| H A D | armada_thermal.c | 111 unsigned int cpu_nr; member 326 if (channel < 0 || channel > priv->data->cpu_nr) in armada_select_channel() 637 .cpu_nr = 4, 661 .cpu_nr = 4, 927 for (sensor_id = 0; sensor_id <= priv->data->cpu_nr; sensor_id++) { in armada_thermal_probe()
|
| /linux/arch/s390/include/uapi/asm/ |
| H A D | hwctrset.h | 37 __u32 cpu_nr; /* CPU number */ member
|
| /linux/arch/powerpc/platforms/86xx/ |
| H A D | mpc86xx_smp.c | 97 smp_86xx_setup_cpu(int cpu_nr) in smp_86xx_setup_cpu() argument
|
| /linux/fs/xfs/ |
| H A D | xfs_log_cil.c | 645 unsigned int cpu_nr; in xlog_cil_insert_items() local 669 cpu_nr = get_cpu(); in xlog_cil_insert_items() 673 if (!cpumask_test_cpu(cpu_nr, &ctx->cil_pcpmask)) in xlog_cil_insert_items() 674 cpumask_test_and_set_cpu(cpu_nr, &ctx->cil_pcpmask); in xlog_cil_insert_items()
|
| H A D | xfs_icache.c | 2182 unsigned int cpu_nr; in xfs_inodegc_queue() local 2190 cpu_nr = get_cpu(); in xfs_inodegc_queue() 2203 if (!cpumask_test_cpu(cpu_nr, &mp->m_inodegc_cpumask)) in xfs_inodegc_queue() 2204 cpumask_test_and_set_cpu(cpu_nr, &mp->m_inodegc_cpumask); in xfs_inodegc_queue()
|
| /linux/arch/s390/kernel/ |
| H A D | smp.c | 199 lc->cpu_nr = cpu; in pcpu_alloc_lowcore() 249 lc->cpu_nr = cpu; in pcpu_prepare_secondary() 979 lc->cpu_nr = 0; in smp_setup_processor_id()
|
| H A D | perf_cpum_cf.c | 1469 (bytes + sizeof(((struct s390_ctrset_cpudata *)0)->cpu_nr) + in cfset_needspace() 1487 rc = put_user(cpu, &ctrset_cpudata->cpu_nr); in cfset_all_copy()
|
| /linux/arch/powerpc/platforms/85xx/ |
| H A D | smp.c | 473 static void smp_85xx_setup_cpu(int cpu_nr) in smp_85xx_setup_cpu() argument
|
| /linux/Documentation/networking/ |
| H A D | netconsole.rst | 301 `cpu_nr` under the `userdata` directory. This file is used to enable or disable 307 echo 1 > /sys/kernel/config/netconsole/target1/userdata/cpu_nr
|