Searched refs:maxcpu (Results 1 – 6 of 6) sorted by relevance
343 int maxcpu = -1; in torture_onoff() local348 maxcpu = cpu; in torture_onoff()349 WARN_ON(maxcpu < 0); in torture_onoff()351 if (maxcpu == 0) { in torture_onoff()366 cpu = torture_random(&rand) % (maxcpu + 1); in torture_onoff()
32 maxcpu -- do at least one.
164 u16 maxcpu; member
1315 static void __init print_local_APICs(int maxcpu) in print_local_APICs() argument1319 if (!maxcpu) in print_local_APICs()1324 if (cpu >= maxcpu) in print_local_APICs()
254 int maxcpu; in cblist_init_generic() local288 maxcpu = cpu; in cblist_init_generic()291 rcu_task_cpu_ids = maxcpu + 1; in cblist_init_generic()
2119 int maxcpu = -1; in rcu_nocb_toggle() local2131 maxcpu = cpu; in rcu_nocb_toggle()2132 WARN_ON(maxcpu < 0); in rcu_nocb_toggle()2141 cpu = (r >> 1) % (maxcpu + 1); in rcu_nocb_toggle()