Home
last modified time | relevance | path

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

/NextBSD/sys/kern/
HDkern_descrip.c1543 int nnfiles, onfiles; in fdgrowtable() local
1562 nnfiles = NDSLOTS(nfd) * NDENTRIES; /* round up */ in fdgrowtable()
1563 if (nnfiles <= onfiles) in fdgrowtable()
1575 nnfiles * sizeof(ntable->fdt_ofiles[0]) + in fdgrowtable()
1579 ntable->fdt_nfiles = nnfiles; in fdgrowtable()
1588 if (NDSLOTS(nnfiles) > NDSLOTS(onfiles)) { in fdgrowtable()
1589 nmap = malloc(NDSLOTS(nnfiles) * NDSLOTSIZE, M_FILEDESC, in fdgrowtable()