Searched refs:FULLSTOP_DONTSTOP (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Drcutorture.c152 #define FULLSTOP_DONTSTOP 0 /* Normal operation. */ macro
167 if (fullstop == FULLSTOP_DONTSTOP)
324 if (fullstop != FULLSTOP_DONTSTOP) {
702 } while (!kthread_should_stop() && fullstop == FULLSTOP_DONTSTOP);
749 } while (!kthread_should_stop() && fullstop == FULLSTOP_DONTSTOP);
774 } while (!kthread_should_stop() && fullstop == FULLSTOP_DONTSTOP);
892 } while (!kthread_should_stop() && fullstop == FULLSTOP_DONTSTOP);
1237 fullstop = FULLSTOP_DONTSTOP;

Completed in 60 milliseconds