Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dsched.h2036 extern int dynamic_cond_resched(void);
2040 return dynamic_cond_resched(); in _cond_resched()
/linux-6.12.1/kernel/sched/
Dcore.c7252 int __sched dynamic_cond_resched(void) in dynamic_cond_resched() function
7259 EXPORT_SYMBOL(dynamic_cond_resched);