Searched refs:__cond_resched (Results 1 – 3 of 3) sorted by relevance
93 extern int __cond_resched(void);94 # define might_resched() __cond_resched()98 extern int __cond_resched(void);100 DECLARE_STATIC_CALL(might_resched, __cond_resched);
2015 extern int __cond_resched(void);2019 DECLARE_STATIC_CALL(cond_resched, __cond_resched);2030 return __cond_resched(); in _cond_resched()
6616 static_call_update(cond_resched, __cond_resched); in sched_dynamic_update()6617 static_call_update(might_resched, __cond_resched); in sched_dynamic_update()6624 static_call_update(cond_resched, __cond_resched); in sched_dynamic_update()6633 static_call_update(cond_resched, __cond_resched); in sched_dynamic_update()6634 static_call_update(might_resched, __cond_resched); in sched_dynamic_update()8148 int __sched __cond_resched(void) in __cond_resched() function8170 EXPORT_SYMBOL(__cond_resched);8174 DEFINE_STATIC_CALL_RET0(cond_resched, __cond_resched);8177 DEFINE_STATIC_CALL_RET0(might_resched, __cond_resched);