Searched refs:__preempt_count_add (Results 1 – 5 of 5) sorted by relevance
132 #define preempt_count_add(val) __preempt_count_add(val)137 #define __preempt_count_inc() __preempt_count_add(1)
51 static __always_inline void __preempt_count_add(int val) in __preempt_count_add() function
67 static __always_inline void __preempt_count_add(int val) in __preempt_count_add() function
109 __preempt_count_add(cnt); in __local_bh_disable_ip()
2935 __preempt_count_add(val); in preempt_count_add()