Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
RING_FORWARD
usr/src/uts/common/io/ipw/ipw2100_impl.h
179
#define RING_FORWARD(x, s, b) (((x)+(s))%(b))
usr/src/uts/common/io/iwi/ipw2200_impl.h
198
#define RING_FORWARD(x, s, b) (((x)+(s))%(b))