Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
CLAMP32
usr/src/uts/common/sys/lockstat.h
132
#define CLAMP32(x) ((x) > UINT_MAX ? UINT_MAX : (x))
usr/src/uts/common/sys/lockstat.h
134
#define CLAMP32(x) (x)