Home
last modified time | relevance | path

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

/linux-5.19.10/kernel/rcu/
Dsrcutree.c537 #define SRCU_UL_CLAMP_HI(val, high) ((val) < (high) ? (val) : (high)) macro
538 #define SRCU_UL_CLAMP(val, low, high) SRCU_UL_CLAMP_HI(SRCU_UL_CLAMP_LO((val), (low)), (high))