Searched refs:_cond_resched (Results 1 – 4 of 4) sorted by relevance
40 _cond_resched(); in xen_maybe_preempt_hcall()
1677 extern int _cond_resched(void);1679 static inline int _cond_resched(void) { return 0; } in _cond_resched() function1684 _cond_resched(); \
241 extern int _cond_resched(void);242 # define might_resched() _cond_resched()
4960 int __sched _cond_resched(void) in _cond_resched() function4969 EXPORT_SYMBOL(_cond_resched);