Home
last modified time | relevance | path

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

/Linux-v6.1/kernel/
Dtorture.c889 return torture_must_stop_irq() || kthread_should_stop(); in torture_must_stop()
897 bool torture_must_stop_irq(void) in torture_must_stop_irq() function
901 EXPORT_SYMBOL_GPL(torture_must_stop_irq);
/Linux-v6.1/include/linux/
Dtorture.h108 bool torture_must_stop_irq(void);
/Linux-v6.1/kernel/rcu/
Drcutorture.c495 if (torture_must_stop_irq()) { in rcu_torture_cb()