Searched refs:__cond_resched (Results 1 – 4 of 4) 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);
2088 extern int __cond_resched(void);2095 DECLARE_STATIC_CALL(cond_resched, __cond_resched);2116 return __cond_resched(); in _cond_resched()
7289 int __sched __cond_resched(void) in __cond_resched() function7313 EXPORT_SYMBOL(__cond_resched);7318 #define cond_resched_dynamic_enabled __cond_resched7320 DEFINE_STATIC_CALL_RET0(cond_resched, __cond_resched);7323 #define might_resched_dynamic_enabled __cond_resched7325 DEFINE_STATIC_CALL_RET0(might_resched, __cond_resched);7334 return __cond_resched(); in dynamic_cond_resched()7343 return __cond_resched(); in dynamic_might_resched()7584 return __cond_resched(); in klp_cond_resched()
1952 uname 30805 [000] 24001.058784629: ([kernel.kallsyms]) __cond_resched