Searched defs:max_cpus (Results 1 – 4 of 4) sorted by relevance
10 max_cpus = MAX_TEST_CPUS define
8 max_cpus = MAX_TEST_CPUS define
26 static int max_cpus; variable
722 int max_cpus = getenv("SBI_MAX_CPUS") ? strtol(getenv("SBI_MAX_CPUS"), NULL, 0) : nr_cpus; in check_hsm() local