Searched refs:PREEMPT_ENABLED (Results 1 - 6 of 6) sorted by relevance

/linux-master/include/asm-generic/
H A Dpreempt.h7 #define PREEMPT_ENABLED (0) macro
/linux-master/arch/s390/include/asm/
H A Dpreempt.h13 #define PREEMPT_ENABLED (0 + PREEMPT_NEED_RESCHED) macro
80 #define PREEMPT_ENABLED (0) macro
/linux-master/arch/arm64/include/asm/
H A Dpreempt.h9 #define PREEMPT_ENABLED (PREEMPT_NEED_RESCHED) macro
/linux-master/include/linux/
H A Dpreempt.h57 #define PREEMPT_DISABLED (PREEMPT_DISABLE_OFFSET + PREEMPT_ENABLED)
76 #define FORK_PREEMPT_COUNT (2*PREEMPT_DISABLE_OFFSET + PREEMPT_ENABLED)
/linux-master/arch/x86/include/asm/
H A Dpreempt.h18 #define PREEMPT_ENABLED (0 + PREEMPT_NEED_RESCHED) macro
/linux-master/kernel/
H A Dexit.c960 preempt_count_set(PREEMPT_ENABLED);

Completed in 228 milliseconds