Home
last modified time | relevance | path

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

/include/linux/
Drcupdate_wait.h63 cond_resched(); in cond_resched_rcu()
Dsched.h2126 DECLARE_STATIC_CALL(cond_resched, __cond_resched);
2130 return static_call_mod(cond_resched)(); in _cond_resched()
2162 #define cond_resched() ({ \ macro
Drcupdate.h255 cond_resched(); \