Searched refs:__preempt_count_add (Results 1 – 2 of 2) sorted by relevance
52 static __always_inline void __preempt_count_add(int val) in __preempt_count_add() function
156 #define preempt_count_add(val) __preempt_count_add(val)161 #define __preempt_count_inc() __preempt_count_add(1)