Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_descrip.c1803 int nnfiles, onfiles; in fdgrowtable() local
1814 nnfiles = NDSLOTS(nfd) * NDENTRIES; /* round up */ in fdgrowtable()
1815 if (nnfiles <= onfiles) in fdgrowtable()
1827 nnfiles * sizeof(ntable->fdt_ofiles[0]) + in fdgrowtable()
1831 ntable->fdt_nfiles = nnfiles; in fdgrowtable()
1840 if (NDSLOTS(nnfiles) > NDSLOTS(onfiles)) { in fdgrowtable()
1841 nmap = malloc(NDSLOTS(nnfiles) * NDSLOTSIZE, M_FILEDESC, in fdgrowtable()