Home
last modified time | relevance | path

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

/freebsd/tests/sys/kern/
H A Dfdgrowtable_test.c56 #define NDFILE 20 macro
70 struct filedescent fdt_ofiles[NDFILE];
77 NDSLOTTYPE fd_dmap[NDSLOTS(NDFILE)];
/freebsd/sys/kern/
H A Dkern_descrip.c147 #define NDFILE 20 macro
182 struct filedescent fdt_ofiles[NDFILE];
189 NDSLOTTYPE fd_dmap[NDSLOTS(NDFILE)];
2070 if (onfiles > NDFILE) { in fdgrowtable()
2090 if (NDSLOTS(onfiles) > NDSLOTS(NDFILE)) in fdgrowtable()
2341 newfdp->fd_files->fdt_nfiles = NDFILE; in fdinit()
2724 if (NDSLOTS(fdp->fd_nfiles) > NDSLOTS(NDFILE)) in fdescfree_fds()
2726 if (fdp->fd_nfiles > NDFILE) in fdescfree_fds()