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.h2138 #define MIGHT_RESCHED_RCU_SHIFT 8 macro
2139 #define MIGHT_RESCHED_PREEMPT_MASK ((1U << MIGHT_RESCHED_RCU_SHIFT) - 1)
2154 (PREEMPT_LOCK_OFFSET + (1U << MIGHT_RESCHED_RCU_SHIFT))
/openbmc/linux/kernel/sched/
H A Dcore.c10139 nested += rcu_preempt_depth() << MIGHT_RESCHED_RCU_SHIFT; in resched_offsets_ok()
10177 rcu_preempt_depth(), offsets >> MIGHT_RESCHED_RCU_SHIFT); in __might_resched()