Home
last modified time | relevance | path

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

/linux/arch/s390/include/asm/
A Dpreempt.h65 static inline bool should_resched(int preempt_offset) in should_resched() argument
68 preempt_offset); in should_resched()
113 static inline bool should_resched(int preempt_offset) in should_resched() argument
115 return unlikely(preempt_count() == preempt_offset && in should_resched()
/linux/include/asm-generic/
A 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/arch/arm64/include/asm/
A Dpreempt.h76 static inline bool should_resched(int preempt_offset) in should_resched() argument
79 return pc == preempt_offset; in should_resched()
/linux/arch/x86/include/asm/
A Dpreempt.h101 static __always_inline bool should_resched(int preempt_offset) in should_resched() argument
103 return unlikely(raw_cpu_read_4(__preempt_count) == preempt_offset); in should_resched()
/linux/include/linux/
A Dkernel.h113 extern void __cant_sleep(const char *file, int line, int preempt_offset);
/linux/kernel/sched/
A Dcore.c9471 static void print_preempt_disable_ip(int preempt_offset, unsigned long ip) in print_preempt_disable_ip() argument
9476 if (preempt_count() == preempt_offset) in print_preempt_disable_ip()
9543 void __cant_sleep(const char *file, int line, int preempt_offset) in __cant_sleep() argument
9553 if (preempt_count() > preempt_offset) in __cant_sleep()

Completed in 21 milliseconds