Searched refs:__preempt_count_sub (Results 1 – 6 of 6) sorted by relevance
59 static inline void __preempt_count_sub(int val) in __preempt_count_sub() function113 static inline void __preempt_count_sub(int val) in __preempt_count_sub() function
160 #define preempt_count_sub(val) __preempt_count_sub(val)165 #define __preempt_count_dec() __preempt_count_sub(1)
57 static __always_inline void __preempt_count_sub(int val) in __preempt_count_sub() function
79 static __always_inline void __preempt_count_sub(int val) in __preempt_count_sub() function
152 __preempt_count_sub(cnt); in __local_bh_enable()
3229 __preempt_count_sub(val); in preempt_count_sub()