Searched refs:fd_holdcnt (Results 1 – 2 of 2) sorted by relevance
87 int fd_holdcnt; /* hold count on structure + mutex */ member
1845 refcount_init(&newfdp->fd_holdcnt, 1); in fdinit()1890 refcount_acquire(&fdp->fd_holdcnt); in fdhold()1898 if (fdp->fd_holdcnt > 1) { in fddrop()1899 if (refcount_release(&fdp->fd_holdcnt) == 0) in fddrop()