Home
last modified time | relevance | path

Searched refs:__cond_resched (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/include/linux/
Dkernel.h93 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);
Dsched.h2015 extern int __cond_resched(void);
2019 DECLARE_STATIC_CALL(cond_resched, __cond_resched);
2030 return __cond_resched(); in _cond_resched()
/Linux-v5.15/kernel/sched/
Dcore.c6616 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() function
8170 EXPORT_SYMBOL(__cond_resched);
8174 DEFINE_STATIC_CALL_RET0(cond_resched, __cond_resched);
8177 DEFINE_STATIC_CALL_RET0(might_resched, __cond_resched);