Searched refs:__preempt_count_sub (Results 1 – 4 of 4) sorted by relevance
133 #define preempt_count_sub(val) __preempt_count_sub(val)138 #define __preempt_count_dec() __preempt_count_sub(1)
56 static __always_inline void __preempt_count_sub(int val) in __preempt_count_sub() function
72 static __always_inline void __preempt_count_sub(int val) in __preempt_count_sub() function
2972 __preempt_count_sub(val); in preempt_count_sub()