Searched refs:__preempt_count_add (Results 1 - 8 of 8) sorted by relevance

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

Completed in 488 milliseconds