Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dpreempt.h26 #define preempt_count_add(val) __preempt_count_add(val)
31 #define __preempt_count_inc() __preempt_count_add(1)
/linux-4.1.27/include/asm-generic/
Dpreempt.h51 static __always_inline void __preempt_count_add(int val) in __preempt_count_add() function
/linux-4.1.27/arch/x86/include/asm/
Dpreempt.h70 static __always_inline void __preempt_count_add(int val) in __preempt_count_add() function
/linux-4.1.27/kernel/
Dsoftirq.c109 __preempt_count_add(cnt); in __local_bh_disable_ip()
/linux-4.1.27/kernel/sched/
Dcore.c2568 __preempt_count_add(val); in preempt_count_add()
2872 __preempt_count_add(PREEMPT_ACTIVE); in preempt_schedule_common()
2927 __preempt_count_add(PREEMPT_ACTIVE); in preempt_schedule_context()
2962 __preempt_count_add(PREEMPT_ACTIVE); in preempt_schedule_irq()