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.
172 u16 maxcpu; member
1299 static void __init print_local_APICs(int maxcpu) in print_local_APICs() argument1303 if (!maxcpu) in print_local_APICs()1308 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()
2342 int maxcpu = -1; in rcu_nocb_toggle() local2354 maxcpu = cpu; in rcu_nocb_toggle()2355 WARN_ON(maxcpu < 0); in rcu_nocb_toggle()2364 cpu = (r >> 1) % (maxcpu + 1); in rcu_nocb_toggle()