Home
last modified time | relevance | path

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

/Linux-v4.19/arch/s390/include/asm/
Dpreempt.h69 static inline bool should_resched(int preempt_offset) in should_resched() function
123 static inline bool should_resched(int preempt_offset) in should_resched() function
/Linux-v4.19/include/linux/
Dpreempt.h157 ({ preempt_count_sub(1); should_resched(0); })
205 if (should_resched(0)) \
/Linux-v4.19/include/asm-generic/
Dpreempt.h75 static __always_inline bool should_resched(int preempt_offset) in should_resched() function
/Linux-v4.19/arch/x86/include/asm/
Dpreempt.h97 static __always_inline bool should_resched(int preempt_offset) in should_resched() function
/Linux-v4.19/kernel/sched/
Dcore.c4962 if (should_resched(0)) { in _cond_resched()
4982 int resched = should_resched(PREEMPT_LOCK_OFFSET); in __cond_resched_lock()