Home
last modified time | relevance | path

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

/linux/kernel/rcu/
H A Dsrcutree.c589 #define SRCU_UL_CLAMP_LO(val, low) ((val) > (low) ? (val) : (low)) macro
591 #define SRCU_UL_CLAMP(val, low, high) SRCU_UL_CLAMP_HI(SRCU_UL_CLAMP_LO((val), (low)), (high))