Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A 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
/OK3568_Linux_fs/kernel/include/linux/
H A Dpreempt.h157 #define preempt_count_sub(val) __preempt_count_sub(val)
162 #define __preempt_count_dec() __preempt_count_sub(1)
H A Dhardirq.h136 __preempt_count_sub(NMI_OFFSET + HARDIRQ_OFFSET); \
/OK3568_Linux_fs/kernel/include/asm-generic/
H A Dpreempt.h57 static __always_inline void __preempt_count_sub(int val) in __preempt_count_sub() function
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dpreempt.h82 static __always_inline void __preempt_count_sub(int val) in __preempt_count_sub() function
/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dpreempt.h51 static inline void __preempt_count_sub(int val) in __preempt_count_sub() function
/OK3568_Linux_fs/kernel/kernel/
H A Dsoftirq.c153 __preempt_count_sub(cnt); in __local_bh_enable()
/OK3568_Linux_fs/kernel/kernel/sched/
H A Dcore.c4496 __preempt_count_sub(val); in preempt_count_sub()