Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dfio.c972 int fd, pnfiles, cnfiles, maxkept; in flist_spawn() local
989 maxkept = -1; in flist_spawn()
993 maxkept = fd; in flist_spawn()
997 if (maxkept == -1) { in flist_spawn()
1004 cnfiles = (1U << stdc_bit_width_ui(maxkept + 1)) - 1; in flist_spawn()
1015 for (fd = 0, cufp = cfip->fi_list; fd <= maxkept; fd++, cufp++) { in flist_spawn()