NetBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
FV_FSHIFT
sys/altq/altq_red.c
1075
#define FV_FSCALE(x) ((x) << FV_FSHIFT)
sys/altq/altq_red.c
1076
#define FV_FUNSCALE(x) ((x) >> FV_FSHIFT)