Searched refs:maxcpu (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/kernel/
H A Dtorture.c93 int maxcpu = -1; torture_onoff() local
100 maxcpu = cpu; torture_onoff()
101 WARN_ON(maxcpu < 0); torture_onoff()
108 cpu = (torture_random(&rand) >> 4) % (maxcpu + 1); torture_onoff()
/linux-4.4.14/arch/x86/kernel/apic/
H A Dvector.c872 static void __init print_local_APICs(int maxcpu) print_local_APICs() argument
876 if (!maxcpu) print_local_APICs()
881 if (cpu >= maxcpu) for_each_online_cpu()

Completed in 208 milliseconds