Home
last modified time | relevance | path

Searched refs:__preempt_count_add (Results 1 – 2 of 2) sorted by relevance

/include/asm-generic/
Dpreempt.h52 static __always_inline void __preempt_count_add(int val) in __preempt_count_add() function
/include/linux/
Dpreempt.h156 #define preempt_count_add(val) __preempt_count_add(val)
161 #define __preempt_count_inc() __preempt_count_add(1)