Home
last modified time | relevance | path

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

/linux-5.19.10/kernel/ !
Dtorture.c338 int maxcpu = -1; in torture_onoff() local
343 maxcpu = cpu; in torture_onoff()
344 WARN_ON(maxcpu < 0); in torture_onoff()
346 if (maxcpu == 0) { in torture_onoff()
361 cpu = (torture_random(&rand) >> 4) % (maxcpu + 1); in torture_onoff()
/linux-5.19.10/tools/testing/selftests/rcutorture/doc/ !
DTREE_RCU-kconfig.txt32 maxcpu -- do at least one.
/linux-5.19.10/arch/s390/include/asm/ !
Dpci_clp.h162 u16 maxcpu; member
/linux-5.19.10/arch/x86/kernel/apic/ !
Dvector.c1258 static void __init print_local_APICs(int maxcpu) in print_local_APICs() argument
1262 if (!maxcpu) in print_local_APICs()
1267 if (cpu >= maxcpu) in print_local_APICs()
/linux-5.19.10/kernel/rcu/ !
Drcutorture.c1805 int maxcpu = -1; in rcu_nocb_toggle() local
1817 maxcpu = cpu; in rcu_nocb_toggle()
1818 WARN_ON(maxcpu < 0); in rcu_nocb_toggle()
1827 cpu = (r >> 4) % (maxcpu + 1); in rcu_nocb_toggle()