Searched refs:__cond_resched (Results 1 – 3 of 3) sorted by relevance
99 extern int __cond_resched(void);100 # define might_resched() __cond_resched()104 extern int __cond_resched(void);106 DECLARE_STATIC_CALL(might_resched, __cond_resched);
2069 extern int __cond_resched(void);2073 DECLARE_STATIC_CALL(cond_resched, __cond_resched);2092 return __cond_resched(); in _cond_resched()
8353 int __sched __cond_resched(void) in __cond_resched() function8375 EXPORT_SYMBOL(__cond_resched);8380 #define cond_resched_dynamic_enabled __cond_resched8382 DEFINE_STATIC_CALL_RET0(cond_resched, __cond_resched);8385 #define might_resched_dynamic_enabled __cond_resched8387 DEFINE_STATIC_CALL_RET0(might_resched, __cond_resched);8395 return __cond_resched(); in dynamic_cond_resched()8404 return __cond_resched(); in dynamic_might_resched()