Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Dpreempt.h47 static inline void __preempt_count_add(int val) in __preempt_count_add() function
64 __preempt_count_add(-val); in __preempt_count_sub()
105 static inline void __preempt_count_add(int val) in __preempt_count_add() function
/OK3568_Linux_fs/kernel/include/linux/
H A Dpreempt.h156 #define preempt_count_add(val) __preempt_count_add(val)
161 #define __preempt_count_inc() __preempt_count_add(1)
H A Dhardirq.h120 __preempt_count_add(NMI_OFFSET + HARDIRQ_OFFSET); \
/OK3568_Linux_fs/kernel/include/asm-generic/
H A Dpreempt.h52 static __always_inline void __preempt_count_add(int val) in __preempt_count_add() function
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dpreempt.h77 static __always_inline void __preempt_count_add(int val) in __preempt_count_add() function
/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dpreempt.h44 static inline void __preempt_count_add(int val) in __preempt_count_add() function
/OK3568_Linux_fs/kernel/kernel/
H A Dsoftirq.c125 __preempt_count_add(cnt); in __local_bh_disable_ip()
/OK3568_Linux_fs/kernel/kernel/sched/
H A Dcore.c4456 __preempt_count_add(val); in preempt_count_add()