Home
last modified time | relevance | path

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

/linux-3.4.99/kernel/
Dsmp.c644 static int __init nrcpus(char *str) in nrcpus() function
655 early_param("nr_cpus", nrcpus);
/linux-3.4.99/tools/perf/
Dbuiltin-test.c1159 int i, cpu = -1, nrcpus = 1024; in sched__get_first_possible_cpu() local
1164 if (errno == EINVAL && nrcpus < (1024 << 8)) { in sched__get_first_possible_cpu()
1165 nrcpus = nrcpus << 2; in sched__get_first_possible_cpu()
1172 for (i = 0; i < nrcpus; i++) { in sched__get_first_possible_cpu()
/linux-3.4.99/tools/perf/util/
Dheader.c1526 FEAT_OPA(HEADER_NRCPUS, nrcpus),