Home
last modified time | relevance | path

Searched refs:_cond_resched (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dkernel.h197 extern int _cond_resched(void);
198 # define might_resched() _cond_resched()
H A Dsched.h1904 extern int _cond_resched(void);
1906 static inline int _cond_resched(void) { return 0; } in _cond_resched() function
1911 _cond_resched(); \
/OK3568_Linux_fs/kernel/kernel/sched/
H A Dcore.c6398 int __sched _cond_resched(void) in _cond_resched() function
6407 EXPORT_SYMBOL(_cond_resched);