Home
last modified time | relevance | path

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

/openbmc/linux/lib/
H A Dtest_lockup.c92 static bool disable_softirq; variable
93 module_param(disable_softirq, bool, 0400);
94 MODULE_PARM_DESC(disable_softirq, "disable bottom-half irq handlers");
204 if (disable_softirq) in test_lock()
271 if (disable_softirq) in test_unlock()
522 (test_disable_irq || disable_softirq || disable_preempt || in test_lockup_init()
562 disable_softirq ? "disable_softirq " : "", in test_lockup_init()