Home
last modified time | relevance | path

Searched refs:MIGHT_RESCHED_RCU_SHIFT (Results 1 – 3 of 3) sorted by relevance

/linux/kernel/locking/
H A Dspinlock_rt.c33 (rcu_preempt_depth() << MIGHT_RESCHED_RCU_SHIFT)
/linux/include/linux/
H A Dsched.h2115 #define MIGHT_RESCHED_RCU_SHIFT 8 macro
2116 #define MIGHT_RESCHED_PREEMPT_MASK ((1U << MIGHT_RESCHED_RCU_SHIFT) - 1)
2131 (PREEMPT_LOCK_OFFSET + (1U << MIGHT_RESCHED_RCU_SHIFT))
/linux/kernel/sched/
H A Dcore.c8876 nested += rcu_preempt_depth() << MIGHT_RESCHED_RCU_SHIFT; in resched_offsets_ok()
8914 rcu_preempt_depth(), offsets >> MIGHT_RESCHED_RCU_SHIFT); in __might_resched()