FreeBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
_roundup2
sys/netlink/netlink_ctl.h
43
#define _roundup2(x, y) (((x)+((y)-1))&(~((y)-1)))
sys/netlink/netlink_snl.h
50
#define _roundup2(x, y) (((x)+((y)-1))&(~((y)-1)))