Searched refs:__cond_resched (Results 1 – 1 of 1) sorted by relevance
7773 int __sched __cond_resched(void) in __cond_resched() function7797 EXPORT_SYMBOL(__cond_resched);7802 # define cond_resched_dynamic_enabled __cond_resched7804 DEFINE_STATIC_CALL_RET0(cond_resched, __cond_resched);7807 # define might_resched_dynamic_enabled __cond_resched7809 DEFINE_STATIC_CALL_RET0(might_resched, __cond_resched);7817 return __cond_resched(); in dynamic_cond_resched()7826 return __cond_resched(); in dynamic_might_resched()