Searched refs:__cond_resched (Results 1 – 1 of 1) sorted by relevance
8566 int __sched __cond_resched(void) in __cond_resched() function8588 EXPORT_SYMBOL(__cond_resched);8593 #define cond_resched_dynamic_enabled __cond_resched8595 DEFINE_STATIC_CALL_RET0(cond_resched, __cond_resched);8598 #define might_resched_dynamic_enabled __cond_resched8600 DEFINE_STATIC_CALL_RET0(might_resched, __cond_resched);8608 return __cond_resched(); in dynamic_cond_resched()8617 return __cond_resched(); in dynamic_might_resched()