Home
last modified time | relevance | path

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

/linux-6.6.21/tools/perf/tests/
Dperf-record.c19 int i, cpu = -1, nrcpus = 1024; in sched__get_first_possible_cpu() local
24 if (errno == EINVAL && nrcpus < (1024 << 8)) { in sched__get_first_possible_cpu()
25 nrcpus = nrcpus << 2; in sched__get_first_possible_cpu()
32 for (i = 0; i < nrcpus; i++) { in sched__get_first_possible_cpu()
/linux-6.6.21/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.c103 int nrcpus = perf_cpu_map__nr(cpu); in block_threads() local
106 cpuset = CPU_ALLOC(nrcpus); in block_threads()
108 size = CPU_ALLOC_SIZE(nrcpus); in block_threads()
Dfutex-lock-pi.c125 int nrcpus = perf_cpu_map__nr(cpu); in create_threads() local
130 cpuset = CPU_ALLOC(nrcpus); in create_threads()
132 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.c128 int nrcpus = perf_cpu_map__nr(cpu); in block_threads() local
133 cpuset = CPU_ALLOC(nrcpus); in block_threads()
135 size = CPU_ALLOC_SIZE(nrcpus); in block_threads()
Dfutex-wake-parallel.c152 int nrcpus = perf_cpu_map__nr(cpu); in block_threads() local
157 cpuset = CPU_ALLOC(nrcpus); in block_threads()
159 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.6.21/kernel/
Dsmp.c935 static int __init nrcpus(char *str) in nrcpus() function
945 early_param("nr_cpus", nrcpus);
/linux-6.6.21/arch/arm64/kvm/
Darm.c1138 int nrcpus = atomic_read(&kvm->online_vcpus); in kvm_vm_ioctl_irq_line() local
1154 if (vcpu_idx >= nrcpus) in kvm_vm_ioctl_irq_line()
1169 if (vcpu_idx >= nrcpus) in kvm_vm_ioctl_irq_line()
/linux-6.6.21/tools/perf/util/
Dheader.c3418 FEAT_OPR(NRCPUS, nrcpus, false),