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

/linux-master/include/asm-generic/
H A Dpreempt.h32 task_thread_info(p)->preempt_count = PREEMPT_DISABLED; \
/linux-master/arch/arm64/include/asm/
H A Dpreempt.h27 task_thread_info(p)->preempt_count = PREEMPT_DISABLED; \
/linux-master/arch/x86/include/asm/
H A Dpreempt.h46 per_cpu(pcpu_hot.preempt_count, (cpu)) = PREEMPT_DISABLED; \
/linux-master/include/linux/
H A Dpreempt.h57 #define PREEMPT_DISABLED (PREEMPT_DISABLE_OFFSET + PREEMPT_ENABLED) macro
/linux-master/arch/s390/kernel/
H A Dsmp.c216 lc->preempt_count = PREEMPT_DISABLED;
H A Dsetup.c457 lc->preempt_count = PREEMPT_DISABLED;
/linux-master/kernel/sched/
H A Dcore.c5980 preempt_count_set(PREEMPT_DISABLED);

Completed in 230 milliseconds