Home
last modified time | relevance | path

Searched defs:nrcpus (Results 1 – 10 of 10) sorted by relevance

/linux/tools/perf/tests/
H A Dperf-record.c21 int nrcpus = cpu__max_cpu().cpu; in sched__get_first_possible_cpu() local
57 int nrcpus = cpu__max_cpu().cpu; in test__PERF_RECORD() local
/linux/tools/perf/bench/
H A Dfutex-wake.c106 int nrcpus = cpu__max_cpu().cpu; in block_threads() local
H A Dfutex-hash.c136 int nrcpus; in bench_futex_hash() local
H A Dfutex-requeue.c131 int nrcpus = cpu__max_cpu().cpu; in block_threads() local
H A Dfutex-lock-pi.c128 int nrcpus = cpu__max_cpu().cpu; in create_threads() local
H A Dfutex-wake-parallel.c155 int nrcpus = cpu__max_cpu().cpu; in block_threads() local
H A Depoll-ctl.c229 int nrcpus; in do_threads() local
H A Depoll-wait.c298 int nrcpus; in do_threads() local
H A Dnuma.c274 int nrcpus = numa_num_possible_cpus(); in bind_to_cpu() local
321 int nrcpus = numa_num_possible_cpus(); in bind_to_node() local
/linux/kernel/
H A Dsmp.c956 static int __init nrcpus(char *str) in nrcpus() function