Searched refs:_cond_resched (Results 1 – 3 of 3) sorted by relevance
197 extern int _cond_resched(void);198 # define might_resched() _cond_resched()
1855 extern int _cond_resched(void);1857 static inline int _cond_resched(void) { return 0; } in _cond_resched() function1862 _cond_resched(); \
6121 int __sched _cond_resched(void) in _cond_resched() function6130 EXPORT_SYMBOL(_cond_resched);