Home
last modified time | relevance | path

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

/kernel/
Dtorture.c187 int maxcpu = -1; in torture_onoff() local
193 maxcpu = cpu; in torture_onoff()
194 WARN_ON(maxcpu < 0); in torture_onoff()
207 if (maxcpu == 0) { in torture_onoff()
218 cpu = (torture_random(&rand) >> 4) % (maxcpu + 1); in torture_onoff()