Searched refs:might_resched (Results 1 – 2 of 2) sorted by relevance
91 # define might_resched() __cond_resched() macro97 DECLARE_STATIC_CALL(might_resched, __cond_resched);99 static __always_inline void might_resched(void) in might_resched() function101 static_call_mod(might_resched)(); in might_resched() local106 # define might_resched() do { } while (0) macro129 do { __might_sleep(__FILE__, __LINE__); might_resched(); } while (0)171 # define might_sleep() do { might_resched(); } while (0)
6578 static_call_update(might_resched, __cond_resched); in sched_dynamic_update()6586 static_call_update(might_resched, (void *)&__static_call_return0); in sched_dynamic_update()6595 static_call_update(might_resched, __cond_resched); in sched_dynamic_update()6604 static_call_update(might_resched, (void *)&__static_call_return0); in sched_dynamic_update()8158 DEFINE_STATIC_CALL_RET0(might_resched, __cond_resched);8159 EXPORT_STATIC_CALL_TRAMP(might_resched);
Completed in 19 milliseconds