Home
last modified time | relevance | path

Searched refs:nrcpus (Results 1 – 12 of 12) sorted by relevance

/linux-6.1.9/tools/perf/tests/
Dperf-record.c17 int i, cpu = -1, nrcpus = 1024; in sched__get_first_possible_cpu() local
22 if (errno == EINVAL && nrcpus < (1024 << 8)) { in sched__get_first_possible_cpu()
23 nrcpus = nrcpus << 2; in sched__get_first_possible_cpu()
30 for (i = 0; i < nrcpus; i++) { in sched__get_first_possible_cpu()
/linux-6.1.9/tools/perf/bench/
Dfutex-hash.c132 int nrcpus; in bench_futex_hash() local
177 nrcpus = perf_cpu_map__nr(cpu); in bench_futex_hash()
178 cpuset = CPU_ALLOC(nrcpus); in bench_futex_hash()
180 size = CPU_ALLOC_SIZE(nrcpus); in bench_futex_hash()
Dfutex-wake.c104 int nrcpus = perf_cpu_map__nr(cpu); in block_threads() local
107 cpuset = CPU_ALLOC(nrcpus); in block_threads()
109 size = CPU_ALLOC_SIZE(nrcpus); in block_threads()
Dfutex-lock-pi.c126 int nrcpus = perf_cpu_map__nr(cpu); in create_threads() local
131 cpuset = CPU_ALLOC(nrcpus); in create_threads()
133 size = CPU_ALLOC_SIZE(nrcpus); in create_threads()
Depoll-ctl.c229 int nrcpus; in do_threads() local
235 nrcpus = perf_cpu_map__nr(cpu); in do_threads()
236 cpuset = CPU_ALLOC(nrcpus); in do_threads()
238 size = CPU_ALLOC_SIZE(nrcpus); in do_threads()
Dfutex-requeue.c129 int nrcpus = perf_cpu_map__nr(cpu); in block_threads() local
134 cpuset = CPU_ALLOC(nrcpus); in block_threads()
136 size = CPU_ALLOC_SIZE(nrcpus); in block_threads()
Dfutex-wake-parallel.c150 int nrcpus = perf_cpu_map__nr(cpu); in block_threads() local
155 cpuset = CPU_ALLOC(nrcpus); in block_threads()
157 size = CPU_ALLOC_SIZE(nrcpus); in block_threads()
Depoll-wait.c298 int nrcpus; in do_threads() local
312 nrcpus = perf_cpu_map__nr(cpu); in do_threads()
313 cpuset = CPU_ALLOC(nrcpus); in do_threads()
315 size = CPU_ALLOC_SIZE(nrcpus); in do_threads()
Dnuma.c272 int nrcpus = numa_num_possible_cpus(); in bind_to_cpu() local
276 orig_mask = CPU_ALLOC(nrcpus); in bind_to_cpu()
278 size = CPU_ALLOC_SIZE(nrcpus); in bind_to_cpu()
284 mask = CPU_ALLOC(nrcpus); in bind_to_cpu()
319 int nrcpus = numa_num_possible_cpus(); in bind_to_node() local
324 orig_mask = CPU_ALLOC(nrcpus); in bind_to_node()
326 size = CPU_ALLOC_SIZE(nrcpus); in bind_to_node()
332 mask = CPU_ALLOC(nrcpus); in bind_to_node()
/linux-6.1.9/arch/arm64/kvm/
Darm.c1069 int nrcpus = atomic_read(&kvm->online_vcpus); in kvm_vm_ioctl_irq_line() local
1085 if (vcpu_idx >= nrcpus) in kvm_vm_ioctl_irq_line()
1100 if (vcpu_idx >= nrcpus) in kvm_vm_ioctl_irq_line()
/linux-6.1.9/kernel/
Dsmp.c1067 static int __init nrcpus(char *str) in nrcpus() function
1077 early_param("nr_cpus", nrcpus);
/linux-6.1.9/tools/perf/util/
Dheader.c3375 FEAT_OPR(NRCPUS, nrcpus, false),