Home
last modified time | relevance | path

Searched refs:PREEMPT_MASK (Results 1 – 5 of 5) sorted by relevance

/linux/include/linux/
H A Dpreempt.h45 #define PREEMPT_MASK (__IRQ_MASK(PREEMPT_BITS) << PREEMPT_SHIFT) macro
/linux/kernel/rcu/
H A Dtree_exp.h720 if (!(preempt_count() & (PREEMPT_MASK | SOFTIRQ_MASK)) || in rcu_exp_handler()
835 bool preempt_bh_enabled = !(preempt_count() & (PREEMPT_MASK | SOFTIRQ_MASK)); in rcu_exp_handler()
H A Dtree_plugin.h641 !!(preempt_count() & (PREEMPT_MASK | SOFTIRQ_MASK)); in rcu_read_unlock_special()
735 (preempt_count() & (PREEMPT_MASK | SOFTIRQ_MASK))) { in rcu_flavor_sched_clock_irq()
H A Dtree.c2819 if (IS_ENABLED(CONFIG_PREEMPT_COUNT) && (!(preempt_count() & PREEMPT_MASK))) { in rcu_core()
/linux/kernel/sched/
H A Dcore.c5656 DEBUG_LOCKS_WARN_ON((preempt_count() & PREEMPT_MASK) >= in preempt_count_add()
5657 PREEMPT_MASK - 10); in preempt_count_add()
5685 if (DEBUG_LOCKS_WARN_ON((val < PREEMPT_MASK) && in preempt_count_sub()
5686 !(preempt_count() & PREEMPT_MASK))) in preempt_count_sub()