Searched refs:__cond_resched (Results 1 – 3 of 3) sorted by relevance
62 extern int __cond_resched(void);63 # define might_resched() __cond_resched()67 extern int __cond_resched(void);69 DECLARE_STATIC_CALL(might_resched, __cond_resched);
2020 extern int __cond_resched(void);2027 DECLARE_STATIC_CALL(cond_resched, __cond_resched);2048 return __cond_resched(); in _cond_resched()
7214 int __sched __cond_resched(void) in __cond_resched() function7236 EXPORT_SYMBOL(__cond_resched);7241 #define cond_resched_dynamic_enabled __cond_resched7243 DEFINE_STATIC_CALL_RET0(cond_resched, __cond_resched);7246 #define might_resched_dynamic_enabled __cond_resched7248 DEFINE_STATIC_CALL_RET0(might_resched, __cond_resched);7257 return __cond_resched(); in dynamic_cond_resched()7266 return __cond_resched(); in dynamic_might_resched()7469 return __cond_resched(); in klp_cond_resched()