Home
last modified time | relevance | path

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

/linux/arch/s390/include/asm/
A Dpreempt.h55 static inline void __preempt_count_sub(int val) in __preempt_count_sub() function
103 static inline void __preempt_count_sub(int val) in __preempt_count_sub() function
/linux/include/linux/
A Dpreempt.h189 #define preempt_count_sub(val) __preempt_count_sub(val)
194 #define __preempt_count_dec() __preempt_count_sub(1)
A Dhardirq.h136 __preempt_count_sub(NMI_OFFSET + HARDIRQ_OFFSET); \
/linux/include/asm-generic/
A Dpreempt.h57 static __always_inline void __preempt_count_sub(int val) in __preempt_count_sub() function
/linux/arch/arm64/include/asm/
A Dpreempt.h51 static inline void __preempt_count_sub(int val) in __preempt_count_sub() function
/linux/arch/x86/include/asm/
A Dpreempt.h83 static __always_inline void __preempt_count_sub(int val) in __preempt_count_sub() function
/linux/kernel/
A Dsoftirq.c346 __preempt_count_sub(cnt); in __local_bh_enable()
376 __preempt_count_sub(cnt - 1); in __local_bh_enable_ip()
/linux/kernel/sched/
A Dcore.c5470 __preempt_count_sub(val); in preempt_count_sub()

Completed in 24 milliseconds