Searched refs:fd_himap (Results 1 – 2 of 2) sorted by relevance
167 fdp->fd_himap[off >> NDENTRYSHIFT] |= 1U << (off & NDENTRYMASK); in fd_used()183 fdp->fd_himap[off >> NDENTRYSHIFT] &= ~(1U << (off & NDENTRYMASK)); in fd_unused()876 new = find_next_zero(fdp->fd_himap, off, in fdalloc()958 memcpy(newhimap, fdp->fd_himap, copylen); in fdexpand()968 free(fdp->fd_himap, M_FILEDESC, in fdexpand()973 fdp->fd_himap = newhimap; in fdexpand()1069 newfdp->fd_fd.fd_himap = newfdp->fd_dhimap; in fdinit()1130 newfdp->fd_himap = mallocarray(NDHISLOTS(newfdp->fd_nfiles), in fdcopy()1195 free(fdp->fd_himap, M_FILEDESC, in fdfree()
78 u_int *fd_himap; /* [f] each bit points to 32 fds */ member