Home
last modified time | relevance | path

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

/Linux-v4.19/arch/s390/include/asm/
Dpreempt.h59 static inline void __preempt_count_sub(int val) in __preempt_count_sub() function
113 static inline void __preempt_count_sub(int val) in __preempt_count_sub() function
/Linux-v4.19/include/linux/
Dpreempt.h160 #define preempt_count_sub(val) __preempt_count_sub(val)
165 #define __preempt_count_dec() __preempt_count_sub(1)
/Linux-v4.19/include/asm-generic/
Dpreempt.h57 static __always_inline void __preempt_count_sub(int val) in __preempt_count_sub() function
/Linux-v4.19/arch/x86/include/asm/
Dpreempt.h79 static __always_inline void __preempt_count_sub(int val) in __preempt_count_sub() function
/Linux-v4.19/kernel/
Dsoftirq.c152 __preempt_count_sub(cnt); in __local_bh_enable()
/Linux-v4.19/kernel/sched/
Dcore.c3229 __preempt_count_sub(val); in preempt_count_sub()