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()367 cpu = torture_random(&rand) % (maxcpu + 1); in torture_onoff()
32 maxcpu -- do at least one.
167 u16 maxcpu; member
1314 static void __init print_local_APICs(int maxcpu) in print_local_APICs() argument1318 if (!maxcpu) in print_local_APICs()1323 if (cpu >= maxcpu) in print_local_APICs()
256 int maxcpu; in cblist_init_generic() local289 maxcpu = cpu; in cblist_init_generic()292 rcu_task_cpu_ids = maxcpu + 1; in cblist_init_generic()
2152 int maxcpu = -1; in rcu_nocb_toggle() local2164 maxcpu = cpu; in rcu_nocb_toggle()2165 WARN_ON(maxcpu < 0); in rcu_nocb_toggle()2174 cpu = (r >> 1) % (maxcpu + 1); in rcu_nocb_toggle()