Searched refs:_cond_resched (Results 1 – 4 of 4) sorted by relevance
36 _cond_resched(); in xen_maybe_preempt_hcall()
1763 extern int _cond_resched(void);1765 static inline int _cond_resched(void) { return 0; } in _cond_resched() function1770 _cond_resched(); \
205 extern int _cond_resched(void);206 # define might_resched() _cond_resched()
5609 int __sched _cond_resched(void) in _cond_resched() function5618 EXPORT_SYMBOL(_cond_resched);