Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dsched.h2081 extern int dynamic_cond_resched(void);
2085 return dynamic_cond_resched(); in _cond_resched()
/linux-6.1.9/kernel/sched/
Dcore.c8391 int __sched dynamic_cond_resched(void) in dynamic_cond_resched() function
8397 EXPORT_SYMBOL(dynamic_cond_resched);