Home
last modified time | relevance | path

Searched refs:dynamic_cond_resched (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/include/linux/
Dsched.h2102 extern int dynamic_cond_resched(void);
2106 return dynamic_cond_resched(); in _cond_resched()
/linux-6.6.21/kernel/sched/
Dcore.c8599 int __sched dynamic_cond_resched(void) in dynamic_cond_resched() function
8606 EXPORT_SYMBOL(dynamic_cond_resched);