Searched refs:might_resched (Results 1 – 2 of 2) sorted by relevance
94 # define might_resched() __cond_resched() macro100 DECLARE_STATIC_CALL(might_resched, __cond_resched);102 static __always_inline void might_resched(void) in might_resched() function104 static_call_mod(might_resched)(); in might_resched() local109 # define might_resched() do { } while (0) macro132 do { __might_sleep(__FILE__, __LINE__, 0); might_resched(); } while (0)175 # define might_sleep() do { might_resched(); } while (0)
6617 static_call_update(might_resched, __cond_resched); in sched_dynamic_update()6625 static_call_update(might_resched, (void *)&__static_call_return0); in sched_dynamic_update()6634 static_call_update(might_resched, __cond_resched); in sched_dynamic_update()6643 static_call_update(might_resched, (void *)&__static_call_return0); in sched_dynamic_update()8177 DEFINE_STATIC_CALL_RET0(might_resched, __cond_resched);8178 EXPORT_STATIC_CALL_TRAMP(might_resched);