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.h738 if (!(preempt_count() & (PREEMPT_MASK | SOFTIRQ_MASK)) || in rcu_exp_handler()
853 bool preempt_bh_enabled = !(preempt_count() & (PREEMPT_MASK | SOFTIRQ_MASK)); in sync_sched_exp_online_cleanup()
H A Dtree_plugin.h642 !!(preempt_count() & (PREEMPT_MASK | SOFTIRQ_MASK)); in rcu_read_unlock_special()
736 (preempt_count() & (PREEMPT_MASK | SOFTIRQ_MASK))) { in rcu_flavor_sched_clock_irq()
H A Dtree.c2799 if (IS_ENABLED(CONFIG_PREEMPT_COUNT) && (!(preempt_count() & PREEMPT_MASK))) { in rcu_core()
/linux/kernel/sched/
H A Dcore.c5786 DEBUG_LOCKS_WARN_ON((preempt_count() & PREEMPT_MASK) >= in preempt_count_add()
5787 PREEMPT_MASK - 10); in preempt_count_add()
5815 if (DEBUG_LOCKS_WARN_ON((val < PREEMPT_MASK) && in preempt_count_sub()
5816 !(preempt_count() & PREEMPT_MASK))) in preempt_count_sub()