Home
last modified time | relevance | path

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

/include/linux/
A Dhardirq.h112 __preempt_count_add(NMI_OFFSET + HARDIRQ_OFFSET); \
A Dpreempt.h200 #define preempt_count_add(val) __preempt_count_add(val)
205 #define __preempt_count_inc() __preempt_count_add(1)
/include/asm-generic/
A Dpreempt.h52 static __always_inline void __preempt_count_add(int val) in __preempt_count_add() function

Completed in 5 milliseconds