Home
last modified time | relevance | path

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

/freebsd-14.2/tests/sys/kern/
H A Dfdgrowtable_test.c57 #define NDFILE 20 macro
71 struct filedescent fdt_ofiles[NDFILE];
78 NDSLOTTYPE fd_dmap[NDSLOTS(NDFILE)];
/freebsd-14.2/sys/kern/
H A Dkern_descrip.c149 #define NDFILE 20 macro
184 struct filedescent fdt_ofiles[NDFILE];
191 NDSLOTTYPE fd_dmap[NDSLOTS(NDFILE)];
1963 if (onfiles > NDFILE) { in fdgrowtable()
1983 if (NDSLOTS(onfiles) > NDSLOTS(NDFILE)) in fdgrowtable()
2234 newfdp->fd_files->fdt_nfiles = NDFILE; in fdinit()
2569 if (NDSLOTS(fdp->fd_nfiles) > NDSLOTS(NDFILE)) in fdescfree_fds()
2571 if (fdp->fd_nfiles > NDFILE) in fdescfree_fds()