Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dsched.h2104 extern int dynamic_cond_resched(void);
2108 return dynamic_cond_resched(); in _cond_resched()
/linux-6.15/kernel/sched/
H A Dcore.c7329 int __sched dynamic_cond_resched(void) in dynamic_cond_resched() function
7336 EXPORT_SYMBOL(dynamic_cond_resched);