Searched refs:__cond_resched (Results 1 – 3 of 3) sorted by relevance
101 extern int __cond_resched(void);102 # define might_resched() __cond_resched()106 extern int __cond_resched(void);108 DECLARE_STATIC_CALL(might_resched, __cond_resched);
2086 extern int __cond_resched(void);2093 DECLARE_STATIC_CALL(cond_resched, __cond_resched);2114 return __cond_resched(); in _cond_resched()
8561 int __sched __cond_resched(void) in __cond_resched() function8583 EXPORT_SYMBOL(__cond_resched);8588 #define cond_resched_dynamic_enabled __cond_resched8590 DEFINE_STATIC_CALL_RET0(cond_resched, __cond_resched);8593 #define might_resched_dynamic_enabled __cond_resched8595 DEFINE_STATIC_CALL_RET0(might_resched, __cond_resched);8604 return __cond_resched(); in dynamic_cond_resched()8613 return __cond_resched(); in dynamic_might_resched()8816 return __cond_resched(); in klp_cond_resched()