Searched refs:fd_lastfile (Results 1 – 3 of 3) sorted by relevance
169 if (fd > fdp->fd_lastfile) in fd_used()170 fdp->fd_lastfile = fd; in fd_used()187 if (fd > fdp->fd_lastfile) in fd_unused()190 if (fd == fdp->fd_lastfile) in fd_unused()191 fdp->fd_lastfile = find_last_set(fdp, fd); in fd_unused()1073 newfdp->fd_fd.fd_lastfile = 0; in fdinit()1115 if (fdp->fd_lastfile >= NDFILE) { in fdcopy()1122 while (i >= 2 * NDEXTENT && i > fdp->fd_lastfile * 2) in fdcopy()1139 for (i = 0; i <= fdp->fd_lastfile; i++) { in fdcopy()1181 for (fd = 0; fd <= fdp->fd_lastfile; fd++) { in fdfree()[all …]
80 int fd_lastfile; /* [f] high-water mark of fd_ofiles */ member
428 filed.fd_lastfile >= filed.fd_nfiles || in kvm_deadfile_byid()429 filed.fd_freefile > filed.fd_lastfile + 1) { in kvm_deadfile_byid()