Searched refs:__cond_resched (Results 1 – 2 of 2) sorted by relevance
2102 extern int __cond_resched(void);2106 DECLARE_STATIC_CALL(cond_resched, __cond_resched);2126 return __cond_resched(); in _cond_resched()
7694 int __sched __cond_resched(void) in __cond_resched() function7718 EXPORT_SYMBOL(__cond_resched);7723 # define cond_resched_dynamic_enabled __cond_resched7725 DEFINE_STATIC_CALL_RET0(cond_resched, __cond_resched);7728 # define might_resched_dynamic_enabled __cond_resched7730 DEFINE_STATIC_CALL_RET0(might_resched, __cond_resched);7738 return __cond_resched(); in dynamic_cond_resched()7747 return __cond_resched(); in dynamic_might_resched()