Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/
H A Dlockstat.h134 #define CLAMP32(x) ((x) > UINT_MAX ? UINT_MAX : (x)) macro
136 #define CLAMP32(x) (x) macro
177 t_spin = CLAMP32(t_spin); \