Searched refs:__preempt_count_add (Results 1 – 6 of 6) sorted by relevance
51 static inline void __preempt_count_add(int val) in __preempt_count_add() function61 __preempt_count_add(-val); in __preempt_count_sub()108 static inline void __preempt_count_add(int val) in __preempt_count_add() function
159 #define preempt_count_add(val) __preempt_count_add(val)164 #define __preempt_count_inc() __preempt_count_add(1)
52 static __always_inline void __preempt_count_add(int val) in __preempt_count_add() function
74 static __always_inline void __preempt_count_add(int val) in __preempt_count_add() function
124 __preempt_count_add(cnt); in __local_bh_disable_ip()
3189 __preempt_count_add(val); in preempt_count_add()