Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/xen/
Dpreempt.c40 _cond_resched(); in xen_maybe_preempt_hcall()
/linux-4.4.14/include/linux/
Dkernel.h170 extern int _cond_resched(void);
171 # define might_resched() _cond_resched()
Dsched.h2932 extern int _cond_resched(void);
2936 _cond_resched(); \
/linux-4.4.14/drivers/md/
Ddm-bufio.c195 _cond_resched(); \
/linux-4.4.14/kernel/sched/
Dcore.c4616 int __sched _cond_resched(void) in _cond_resched() function
4624 EXPORT_SYMBOL(_cond_resched);