Searched refs:__preempt_count_sub (Results 1 – 8 of 8) sorted by relevance
62 static inline void __preempt_count_sub(int val) in __preempt_count_sub() function110 static inline void __preempt_count_sub(int val) in __preempt_count_sub() function
157 #define preempt_count_sub(val) __preempt_count_sub(val)162 #define __preempt_count_dec() __preempt_count_sub(1)
136 __preempt_count_sub(NMI_OFFSET + HARDIRQ_OFFSET); \
57 static __always_inline void __preempt_count_sub(int val) in __preempt_count_sub() function
82 static __always_inline void __preempt_count_sub(int val) in __preempt_count_sub() function
51 static inline void __preempt_count_sub(int val) in __preempt_count_sub() function
153 __preempt_count_sub(cnt); in __local_bh_enable()
4496 __preempt_count_sub(val); in preempt_count_sub()