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

/linux-master/include/asm-generic/
H A Dpreempt.h75 static __always_inline bool should_resched(int preempt_offset) function
/linux-master/arch/s390/include/asm/
H A Dpreempt.h72 static __always_inline bool should_resched(int preempt_offset) function
120 static __always_inline bool should_resched(int preempt_offset) function
/linux-master/arch/arm64/include/asm/
H A Dpreempt.h77 static inline bool should_resched(int preempt_offset) function
/linux-master/include/linux/
H A Dpreempt.h198 ({ preempt_count_sub(1); should_resched(0); })
246 if (should_resched(0)) \
/linux-master/arch/x86/include/asm/
H A Dpreempt.h101 static __always_inline bool should_resched(int preempt_offset) function
/linux-master/kernel/sched/
H A Dcore.c8589 if (should_resched(0)) {
8655 int resched = should_resched(PREEMPT_LOCK_OFFSET);
8673 int resched = should_resched(PREEMPT_LOCK_OFFSET);
8691 int resched = should_resched(PREEMPT_LOCK_OFFSET);

Completed in 173 milliseconds