Home
last modified time | relevance | path

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

/Linux-v6.6/arch/s390/include/asm/
Dpreempt.h62 static inline void __preempt_count_sub(int val) in __preempt_count_sub() function
110 static inline void __preempt_count_sub(int val) in __preempt_count_sub() function
/Linux-v6.6/include/linux/
Dpreempt.h190 #define preempt_count_sub(val) __preempt_count_sub(val)
195 #define __preempt_count_dec() __preempt_count_sub(1)
Dhardirq.h128 __preempt_count_sub(NMI_OFFSET + HARDIRQ_OFFSET); \
/Linux-v6.6/include/asm-generic/
Dpreempt.h57 static __always_inline void __preempt_count_sub(int val) in __preempt_count_sub() function
/Linux-v6.6/arch/arm64/include/asm/
Dpreempt.h52 static inline void __preempt_count_sub(int val) in __preempt_count_sub() function
/Linux-v6.6/arch/x86/include/asm/
Dpreempt.h83 static __always_inline void __preempt_count_sub(int val) in __preempt_count_sub() function
/Linux-v6.6/kernel/
Dsoftirq.c344 __preempt_count_sub(cnt); in __local_bh_enable()
374 __preempt_count_sub(cnt - 1); in __local_bh_enable_ip()
/Linux-v6.6/kernel/sched/
Dcore.c5882 __preempt_count_sub(val); in preempt_count_sub()