Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/
Dtorture.c61 #define FULLSTOP_DONTSTOP 0 /* Normal operation. */ macro
680 if (READ_ONCE(fullstop) == FULLSTOP_DONTSTOP) { in torture_shutdown_notify()
827 fullstop = FULLSTOP_DONTSTOP; in torture_init_begin()
899 return READ_ONCE(fullstop) != FULLSTOP_DONTSTOP; in torture_must_stop_irq()