Home
last modified time | relevance | path

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

/openbmc/linux/kernel/locking/
H A Dspinlock_rt.c33 (rcu_preempt_depth() << MIGHT_RESCHED_RCU_SHIFT)
/openbmc/linux/include/linux/
H A Dsched.h2145 #define MIGHT_RESCHED_RCU_SHIFT 8 macro
2146 #define MIGHT_RESCHED_PREEMPT_MASK ((1U << MIGHT_RESCHED_RCU_SHIFT) - 1)
2161 (PREEMPT_LOCK_OFFSET + (1U << MIGHT_RESCHED_RCU_SHIFT))
/openbmc/linux/kernel/sched/
H A Dcore.c10172 nested += rcu_preempt_depth() << MIGHT_RESCHED_RCU_SHIFT; in __might_resched()
10210 rcu_preempt_depth(), offsets >> MIGHT_RESCHED_RCU_SHIFT); in __might_resched()