FreeBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
NDSLOTS
sys/kern/kern_descrip.c
152
#define NDSLOTS(x) (((x) + NDENTRIES - 1) / NDENTRIES)
tests/sys/kern/fdgrowtable_test.c
61
#define NDSLOTS(x) (((x) + NDENTRIES - 1) / NDENTRIES)