Home
last modified time | relevance | path

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

/linux/kernel/
H A Dtorture.c344 int maxcpu = -1; in torture_onoff() local
349 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()
/linux/tools/testing/selftests/rcutorture/doc/
H A DTREE_RCU-kconfig.txt32 maxcpu -- do at least one.
/linux/kernel/rcu/
H A Dtasks.h256 int maxcpu; in cblist_init_generic() local
289 maxcpu = cpu; in cblist_init_generic()
292 rcu_task_cpu_ids = maxcpu + 1; in cblist_init_generic()