Searched refs:cond_resched (Results 1 – 3 of 3) sorted by relevance
63 cond_resched(); in cond_resched_rcu()
2126 DECLARE_STATIC_CALL(cond_resched, __cond_resched);2130 return static_call_mod(cond_resched)(); in _cond_resched()2162 #define cond_resched() ({ \ macro
255 cond_resched(); \