Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dpreempt.h27 #define preempt_count_sub(val) __preempt_count_sub(val)
32 #define __preempt_count_dec() __preempt_count_sub(1)
/linux-4.1.27/include/asm-generic/
Dpreempt.h56 static __always_inline void __preempt_count_sub(int val) in __preempt_count_sub() function
/linux-4.1.27/arch/x86/include/asm/
Dpreempt.h75 static __always_inline void __preempt_count_sub(int val) in __preempt_count_sub() function
/linux-4.1.27/kernel/sched/
Dcore.c2605 __preempt_count_sub(val); in preempt_count_sub()
2874 __preempt_count_sub(PREEMPT_ACTIVE); in preempt_schedule_common()
2937 __preempt_count_sub(PREEMPT_ACTIVE); in preempt_schedule_context()
2966 __preempt_count_sub(PREEMPT_ACTIVE); in preempt_schedule_irq()