Searched refs:PREEMPT_DISABLED (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/include/asm-generic/
H A Dpreempt.h27 task_thread_info(p)->preempt_count = PREEMPT_DISABLED; \
/linux-4.1.27/arch/x86/include/asm/
H A Dpreempt.h34 task_thread_info(p)->saved_preempt_count = PREEMPT_DISABLED; \
/linux-4.1.27/include/linux/
H A Dsched.h571 #define PREEMPT_DISABLED (1 + PREEMPT_ENABLED) macro
573 #define PREEMPT_DISABLED PREEMPT_ENABLED macro
583 #define INIT_PREEMPT_COUNT (PREEMPT_DISABLED + PREEMPT_ACTIVE)

Completed in 143 milliseconds