Searched refs:__cond_resched (Results 1 – 3 of 3) sorted by relevance
50 extern int __cond_resched(void);51 # define might_resched() __cond_resched()55 extern int __cond_resched(void);57 DECLARE_STATIC_CALL(might_resched, __cond_resched);
2054 extern int __cond_resched(void);2058 DECLARE_STATIC_CALL(cond_resched, __cond_resched);2078 return __cond_resched(); in _cond_resched()
7373 int __sched __cond_resched(void) in __cond_resched() function7397 EXPORT_SYMBOL(__cond_resched);7402 # define cond_resched_dynamic_enabled __cond_resched7404 DEFINE_STATIC_CALL_RET0(cond_resched, __cond_resched);7407 # define might_resched_dynamic_enabled __cond_resched7409 DEFINE_STATIC_CALL_RET0(might_resched, __cond_resched);7417 return __cond_resched(); in dynamic_cond_resched()7426 return __cond_resched(); in dynamic_might_resched()