FreeBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
S_LCK
sys/dev/cxgb/common/cxgb_regs.h
6494
#define V_LCK(x) ((x) << S_LCK)
sys/dev/cxgb/common/cxgb_regs.h
6495
#define G_LCK(x) (((x) >> S_LCK) & M_LCK)