Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/
H A Dtorture.c762 return torture_must_stop_irq() || kthread_should_stop(); in torture_must_stop()
770 bool torture_must_stop_irq(void) in torture_must_stop_irq() function
774 EXPORT_SYMBOL_GPL(torture_must_stop_irq);
/OK3568_Linux_fs/kernel/include/linux/
H A Dtorture.h82 bool torture_must_stop_irq(void);
/OK3568_Linux_fs/kernel/kernel/rcu/
H A Drcutorture.c426 if (torture_must_stop_irq()) { in rcu_torture_cb()