Home
last modified time | relevance | path

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

/linux-6.12.1/arch/s390/include/asm/
Dpreempt.h73 static __always_inline bool should_resched(int preempt_offset) in should_resched() argument
76 preempt_offset); in should_resched()
121 static __always_inline bool should_resched(int preempt_offset) in should_resched() argument
123 return unlikely(preempt_count() == preempt_offset && in should_resched()
/linux-6.12.1/include/asm-generic/
Dpreempt.h75 static __always_inline bool should_resched(int preempt_offset) in should_resched() argument
77 return unlikely(preempt_count() == preempt_offset && in should_resched()
/linux-6.12.1/arch/arm64/include/asm/
Dpreempt.h77 static inline bool should_resched(int preempt_offset) in should_resched() argument
80 return pc == preempt_offset; in should_resched()
/linux-6.12.1/arch/x86/include/asm/
Dpreempt.h101 static __always_inline bool should_resched(int preempt_offset) in should_resched() argument
103 return unlikely(raw_cpu_read_4(pcpu_hot.preempt_count) == preempt_offset); in should_resched()
/linux-6.12.1/include/linux/
Dkernel.h90 extern void __cant_sleep(const char *file, int line, int preempt_offset);
/linux-6.12.1/kernel/sched/
Dcore.c8589 static void print_preempt_disable_ip(int preempt_offset, unsigned long ip) in print_preempt_disable_ip() argument
8594 if (preempt_count() == preempt_offset) in print_preempt_disable_ip()
8661 void __cant_sleep(const char *file, int line, int preempt_offset) in __cant_sleep() argument
8671 if (preempt_count() > preempt_offset) in __cant_sleep()