Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/asm-generic/
H A Dpreempt.h32 task_thread_info(p)->preempt_count = PREEMPT_DISABLED; \
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dpreempt.h46 per_cpu(__preempt_count, (cpu)) = PREEMPT_DISABLED; \
/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dpreempt.h26 task_thread_info(p)->preempt_count = PREEMPT_DISABLED; \
/OK3568_Linux_fs/kernel/include/linux/
H A Dpreempt.h56 #define PREEMPT_DISABLED (PREEMPT_DISABLE_OFFSET + PREEMPT_ENABLED) macro
/OK3568_Linux_fs/kernel/arch/s390/kernel/
H A Dsetup.c457 lc->preempt_count = PREEMPT_DISABLED; in setup_lowcore_dat_off()
H A Dsmp.c218 lc->preempt_count = PREEMPT_DISABLED; in pcpu_alloc_lowcore()
/OK3568_Linux_fs/kernel/kernel/sched/
H A Dcore.c4571 preempt_count_set(PREEMPT_DISABLED); in schedule_debug()