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

/linux-master/include/asm-generic/
H A Dpreempt.h57 static __always_inline void __preempt_count_sub(int val) function
/linux-master/arch/s390/include/asm/
H A Dpreempt.h62 static __always_inline void __preempt_count_sub(int val) function
110 static __always_inline void __preempt_count_sub(int val) function
/linux-master/arch/arm64/include/asm/
H A Dpreempt.h52 static inline void __preempt_count_sub(int val) function
/linux-master/include/linux/
H A Dhardirq.h128 __preempt_count_sub(NMI_OFFSET + HARDIRQ_OFFSET); \
H A Dpreempt.h201 #define preempt_count_sub(val) __preempt_count_sub(val)
206 #define __preempt_count_dec() __preempt_count_sub(1)
/linux-master/arch/x86/include/asm/
H A Dpreempt.h82 static __always_inline void __preempt_count_sub(int val) function
/linux-master/kernel/
H A Dsoftirq.c345 __preempt_count_sub(cnt);
375 __preempt_count_sub(cnt - 1);
/linux-master/kernel/sched/
H A Dcore.c5909 __preempt_count_sub(val);

Completed in 122 milliseconds