Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/xen/
Dpreempt.c40 _cond_resched(); in xen_maybe_preempt_hcall()
/linux-4.1.27/include/linux/
Dkernel.h170 extern int _cond_resched(void);
171 # define might_resched() _cond_resched()
Dsched.h2829 extern int _cond_resched(void);
2833 _cond_resched(); \
/linux-4.1.27/drivers/md/
Ddm-bufio.c195 _cond_resched(); \
/linux-4.1.27/kernel/sched/
Dcore.c4233 int __sched _cond_resched(void) in _cond_resched() function
4241 EXPORT_SYMBOL(_cond_resched);