Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Dpreempt.h72 static inline bool should_resched(int preempt_offset) in should_resched() function
120 static inline bool should_resched(int preempt_offset) in should_resched() function
/OK3568_Linux_fs/kernel/include/linux/
H A Dpreempt.h154 ({ preempt_count_sub(1); should_resched(0); })
202 if (should_resched(0)) \
/OK3568_Linux_fs/kernel/include/asm-generic/
H A Dpreempt.h75 static __always_inline bool should_resched(int preempt_offset) in should_resched() function
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dpreempt.h100 static __always_inline bool should_resched(int preempt_offset) in should_resched() function
/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dpreempt.h76 static inline bool should_resched(int preempt_offset) in should_resched() function
/OK3568_Linux_fs/kernel/kernel/sched/
H A Dcore.c6400 if (should_resched(0)) { in _cond_resched()
6420 int resched = should_resched(PREEMPT_LOCK_OFFSET); in __cond_resched_lock()