Searched refs:maxcpu (Results 1 – 6 of 6) sorted by relevance
344 int maxcpu = -1; in torture_onoff() local349 maxcpu = cpu; in torture_onoff()350 WARN_ON(maxcpu < 0); in torture_onoff()352 if (maxcpu == 0) { in torture_onoff()369 cpu = torture_random(&rand) % (maxcpu + 1); in torture_onoff()
32 maxcpu -- do at least one.
172 u16 maxcpu; member
1305 static void __init print_local_APICs(int maxcpu) in print_local_APICs() argument1309 if (!maxcpu) in print_local_APICs()1314 if (cpu >= maxcpu) in print_local_APICs()
251 int maxcpu; in cblist_init_generic() local285 maxcpu = cpu; in cblist_init_generic()288 rcu_task_cpu_ids = maxcpu + 1; in cblist_init_generic()
2670 int maxcpu = -1; in rcu_nocb_toggle() local2682 maxcpu = cpu; in rcu_nocb_toggle()2683 WARN_ON(maxcpu < 0); in rcu_nocb_toggle()2692 cpu = (r >> 1) % (maxcpu + 1); in rcu_nocb_toggle()