Home
last modified time | relevance | path

Searched refs:preempt_count_inc (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/include/linux/
Dpreempt.h140 #define preempt_count_inc() preempt_count_add(1) macro
147 preempt_count_inc(); \
/linux-4.4.14/arch/x86/kernel/
Dtraps.c94 preempt_count_inc(); in preempt_conditional_sti()