Searched refs:busy_wait (Results 1 – 5 of 5) sorted by relevance
39 static void busy_wait(ulong time) in busy_wait() function57 busy_wait(delay); in irqoff_test()64 busy_wait(delay); in preemptoff_test()
103 busy_wait(); in poll_used()162 busy_wait(); in poll_avail()
104 static inline void busy_wait(void) in busy_wait() function
984 int busy_wait; in ipmi_thread() local1000 busy_wait = ipmi_thread_busy_wait(smi_result, smi_info, in ipmi_thread()1004 } else if (smi_result == SI_SM_CALL_WITH_DELAY && busy_wait) { in ipmi_thread()
158 module_param_named(busy_wait, max_mbox_busy_wait, int, 0);159 MODULE_PARM_DESC(busy_wait,
Completed in 17 milliseconds