Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/
Dtorture.c736 return torture_must_stop_irq() || kthread_should_stop(); in torture_must_stop()
744 bool torture_must_stop_irq(void) in torture_must_stop_irq() function
748 EXPORT_SYMBOL_GPL(torture_must_stop_irq);
/Linux-v5.4/include/linux/
Dtorture.h77 bool torture_must_stop_irq(void);
/Linux-v5.4/kernel/rcu/
Drcutorture.c413 if (torture_must_stop_irq()) { in rcu_torture_cb()