Home
last modified time | relevance | path

Searched refs:maxcpu (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/kernel/
H A Dtorture.c343 int maxcpu = -1; in torture_onoff() local
348 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()
/openbmc/linux/tools/testing/selftests/rcutorture/doc/
H A DTREE_RCU-kconfig.txt32 maxcpu -- do at least one.
/openbmc/linux/arch/s390/include/asm/
H A Dpci_clp.h164 u16 maxcpu; member
/openbmc/linux/arch/x86/kernel/apic/
H A Dvector.c1315 static void __init print_local_APICs(int maxcpu) in print_local_APICs() argument
1319 if (!maxcpu) in print_local_APICs()
1324 if (cpu >= maxcpu) in print_local_APICs()
/openbmc/linux/kernel/rcu/
H A Drcutorture.c2119 int maxcpu = -1; in rcu_nocb_toggle() local
2131 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()