Home
last modified time | relevance | path

Searched refs:NDFILE (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/tests/sys/kern/
H A Dfdgrowtable_test.c59 #define NDFILE 20 macro
73 struct filedescent fdt_ofiles[NDFILE];
80 NDSLOTTYPE fd_dmap[NDSLOTS(NDFILE)];
/freebsd-13.1/sys/kern/
H A Dkern_descrip.c151 #define NDFILE 20 macro
174 struct filedescent fdt_ofiles[NDFILE];
181 NDSLOTTYPE fd_dmap[NDSLOTS(NDFILE)];
1950 if (onfiles > NDFILE) { in fdgrowtable()
1970 if (NDSLOTS(onfiles) > NDSLOTS(NDFILE)) in fdgrowtable()
2226 newfdp->fd_files->fdt_nfiles = NDFILE; in fdinit()
2650 if (NDSLOTS(fdp->fd_nfiles) > NDSLOTS(NDFILE)) in fdescfree_fds()
2652 if (fdp->fd_nfiles > NDFILE) in fdescfree_fds()