Searched refs:preempt_offset (Results 1 – 6 of 6) sorted by relevance
72 static inline bool should_resched(int preempt_offset) in should_resched() argument75 preempt_offset); in should_resched()120 static inline bool should_resched(int preempt_offset) in should_resched() argument122 return unlikely(preempt_count() == preempt_offset && in should_resched()
75 static __always_inline bool should_resched(int preempt_offset) in should_resched() argument77 return unlikely(preempt_count() == preempt_offset && in should_resched()
77 static inline bool should_resched(int preempt_offset) in should_resched() argument80 return pc == preempt_offset; in should_resched()
102 static __always_inline bool should_resched(int preempt_offset) in should_resched() argument104 return unlikely(raw_cpu_read_4(pcpu_hot.preempt_count) == preempt_offset); in should_resched()
129 extern void __cant_sleep(const char *file, int line, int preempt_offset);
10123 static void print_preempt_disable_ip(int preempt_offset, unsigned long ip) in print_preempt_disable_ip() argument10128 if (preempt_count() == preempt_offset) in print_preempt_disable_ip()10195 void __cant_sleep(const char *file, int line, int preempt_offset) in __cant_sleep() argument10205 if (preempt_count() > preempt_offset) in __cant_sleep()