Home
last modified time | relevance | path

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

/linux/arch/s390/include/asm/
H A Dpreempt.h47 static __always_inline void __preempt_count_add(int val) in __preempt_count_add() function
64 __preempt_count_add(-val); in __preempt_count_sub()
105 static __always_inline void __preempt_count_add(int val) in __preempt_count_add() function
/linux/include/linux/
H A Dpreempt.h200 #define preempt_count_add(val) __preempt_count_add(val)
205 #define __preempt_count_inc() __preempt_count_add(1)
H A Dhardirq.h112 __preempt_count_add(NMI_OFFSET + HARDIRQ_OFFSET); \
/linux/include/asm-generic/
H A Dpreempt.h52 static __always_inline void __preempt_count_add(int val) in __preempt_count_add() function
/linux/arch/arm64/include/asm/
H A Dpreempt.h45 static inline void __preempt_count_add(int val) in __preempt_count_add() function
/linux/arch/x86/include/asm/
H A Dpreempt.h77 static __always_inline void __preempt_count_add(int val) in __preempt_count_add() function
/linux/Documentation/trace/rv/
H A Dmonitor_wip.rst36 __preempt_count_add(1)
/linux/kernel/
H A Dsoftirq.c317 __preempt_count_add(cnt); in __local_bh_disable_ip()
/linux/kernel/sched/
H A Dcore.c5868 __preempt_count_add(val); in preempt_count_add()