Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dsched.h1997 extern int dynamic_cond_resched(void);
2001 return dynamic_cond_resched(); in _cond_resched()
/linux/kernel/sched/
H A Dcore.c8624 int __sched dynamic_cond_resched(void) in dynamic_cond_resched() function
8631 EXPORT_SYMBOL(dynamic_cond_resched);