Searched defs:PREEMPT_ACTIVE (Results 1 - 1 of 1) sorted by relevance

/include/linux/
H A Dhardirq.h25 * - bit 28 is the PREEMPT_ACTIVE flag
65 #ifndef PREEMPT_ACTIVE
68 #define PREEMPT_ACTIVE (__IRQ_MASK(PREEMPT_ACTIVE_BITS) << PREEMPT_ACTIVE_SHIFT) macro
71 #if PREEMPT_ACTIVE < (1 << (NMI_SHIFT + NMI_BITS))
72 #error PREEMPT_ACTIVE is too low!
109 #define in_atomic() ((preempt_count() & ~PREEMPT_ACTIVE) != 0)
116 ((preempt_count() & ~PREEMPT_ACTIVE) != PREEMPT_CHECK_OFFSET)

Completed in 26 milliseconds