Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dhardirq.h128 __preempt_count_sub(NMI_OFFSET + HARDIRQ_OFFSET); \
/linux/include/asm-generic/
H A Dpreempt.h57 static __always_inline void __preempt_count_sub(int val) in __preempt_count_sub() function
/linux/arch/arm64/include/asm/
H A Dpreempt.h51 static inline void __preempt_count_sub(int val) in __preempt_count_sub() function
/linux/kernel/sched/
H A Dcore.c5894 __preempt_count_sub(val); in preempt_count_sub()