Home
last modified time | relevance | path

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

/linux-6.6.21/kernel/
Dtorture.c878 return torture_must_stop_irq() || kthread_should_stop(); in torture_must_stop()
886 bool torture_must_stop_irq(void) in torture_must_stop_irq() function
890 EXPORT_SYMBOL_GPL(torture_must_stop_irq);
/linux-6.6.21/include/linux/
Dtorture.h109 bool torture_must_stop_irq(void);
/linux-6.6.21/kernel/rcu/
Drcutorture.c500 if (torture_must_stop_irq()) { in rcu_torture_cb()