Home
last modified time | relevance | path

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

/linux-5.19.10/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-5.19.10/tools/perf/bench/
Dfutex-hash.c131 int nrcpus; in bench_futex_hash() local
176 nrcpus = perf_cpu_map__nr(cpu); in bench_futex_hash()
177 cpuset = CPU_ALLOC(nrcpus); in bench_futex_hash()
179 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.c228 int nrcpus; in do_threads() local
234 nrcpus = perf_cpu_map__nr(cpu); in do_threads()
235 cpuset = CPU_ALLOC(nrcpus); in do_threads()
237 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()
Depoll-wait.c297 int nrcpus; in do_threads() local
311 nrcpus = perf_cpu_map__nr(cpu); in do_threads()
312 cpuset = CPU_ALLOC(nrcpus); in do_threads()
314 size = CPU_ALLOC_SIZE(nrcpus); in do_threads()
Dfutex-wake-parallel.c149 int nrcpus = perf_cpu_map__nr(cpu); in block_threads() local
154 cpuset = CPU_ALLOC(nrcpus); in block_threads()
156 size = CPU_ALLOC_SIZE(nrcpus); in block_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-5.19.10/arch/arm64/kvm/
Darm.c1064 int nrcpus = atomic_read(&kvm->online_vcpus); in kvm_vm_ioctl_irq_line() local
1080 if (vcpu_idx >= nrcpus) in kvm_vm_ioctl_irq_line()
1095 if (vcpu_idx >= nrcpus) in kvm_vm_ioctl_irq_line()
/linux-5.19.10/kernel/
Dsmp.c1068 static int __init nrcpus(char *str) in nrcpus() function
1078 early_param("nr_cpus", nrcpus);
/linux-5.19.10/tools/perf/util/
Dheader.c3358 FEAT_OPR(NRCPUS, nrcpus, false),