Searched refs:preempt_offset (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) argument
77 return unlikely(preempt_count() == preempt_offset &&
/linux-master/arch/s390/include/asm/
H A Dpreempt.h72 static __always_inline bool should_resched(int preempt_offset) argument
75 preempt_offset);
120 static __always_inline bool should_resched(int preempt_offset) argument
122 return unlikely(preempt_count() == preempt_offset &&
/linux-master/arch/arm64/include/asm/
H A Dpreempt.h77 static inline bool should_resched(int preempt_offset) argument
80 return pc == preempt_offset;
/linux-master/arch/x86/include/asm/
H A Dpreempt.h101 static __always_inline bool should_resched(int preempt_offset) argument
103 return unlikely(raw_cpu_read_4(pcpu_hot.preempt_count) == preempt_offset);
/linux-master/include/linux/
H A Dkernel.h90 extern void __cant_sleep(const char *file, int line, int preempt_offset);
/linux-master/kernel/sched/
H A Dcore.c10130 static void print_preempt_disable_ip(int preempt_offset, unsigned long ip) argument
10135 if (preempt_count() == preempt_offset)
10202 void __cant_sleep(const char *file, int line, int preempt_offset) argument
10212 if (preempt_count() > preempt_offset)

Completed in 186 milliseconds