Searched refs:nrcpus (Results 1 – 3 of 3) sorted by relevance
644 static int __init nrcpus(char *str) in nrcpus() function655 early_param("nr_cpus", nrcpus);
1159 int i, cpu = -1, nrcpus = 1024; in sched__get_first_possible_cpu() local1164 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()
1526 FEAT_OPA(HEADER_NRCPUS, nrcpus),