Home
last modified time | relevance | path

Searched defs:nrcpus (Results 1 – 8 of 8) 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-requeue.c131 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-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
/linux/kernel/
H A Dsmp.c956 static int __init nrcpus(char *str) in nrcpus() function