Home
last modified time | relevance | path

Searched refs:should_resched (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/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
/kernel/linux/linux-6.6/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
/kernel/linux/linux-5.10/include/linux/
H A Dpreempt.h154 ({ preempt_count_sub(1); should_resched(0); })
202 if (should_resched(0)) \
/kernel/linux/linux-6.6/include/linux/
H A Dpreempt.h198 ({ preempt_count_sub(1); should_resched(0); })
246 if (should_resched(0)) \
/kernel/linux/linux-5.10/include/asm-generic/
H A Dpreempt.h75 static __always_inline bool should_resched(int preempt_offset) in should_resched() function
/kernel/linux/linux-6.6/include/asm-generic/
H A Dpreempt.h75 static __always_inline bool should_resched(int preempt_offset) in should_resched() function
/kernel/linux/linux-5.10/arch/arm64/include/asm/
H A Dpreempt.h76 static inline bool should_resched(int preempt_offset) in should_resched() function
/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dpreempt.h100 static __always_inline bool should_resched(int preempt_offset) in should_resched() function
/kernel/linux/linux-6.6/arch/arm64/include/asm/
H A Dpreempt.h77 static inline bool should_resched(int preempt_offset) in should_resched() function
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dpreempt.h102 static __always_inline bool should_resched(int preempt_offset) in should_resched() function
/kernel/linux/linux-6.6/kernel/sched/
H A Dcore.c8791 if (should_resched(0)) { in __cond_resched()
8857 int resched = should_resched(PREEMPT_LOCK_OFFSET); in __cond_resched_lock()
8875 int resched = should_resched(PREEMPT_LOCK_OFFSET); in __cond_resched_rwlock_read()
8893 int resched = should_resched(PREEMPT_LOCK_OFFSET); in __cond_resched_rwlock_write()
/kernel/linux/linux-5.10/kernel/sched/
H A Dcore.c6370 if (should_resched(0)) { in _cond_resched()
6390 int resched = should_resched(PREEMPT_LOCK_OFFSET); in __cond_resched_lock()

Completed in 27 milliseconds