Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dfiledesc.h108 int fd_holdcnt; /* hold count on structure + mutex */ member
/f-stack/freebsd/kern/
H A Dkern_descrip.c2141 refcount_init(&newfdp->fd_holdcnt, 1); in fdinit()
2207 refcount_acquire(&fdp->fd_holdcnt); in fdhold()
2227 if (refcount_load(&fdp->fd_holdcnt) > 1) { in fddrop()
2228 if (refcount_release(&fdp->fd_holdcnt) == 0) in fddrop()
2537 if (refcount_load(&fdp->fd_holdcnt) > 1) { in fdescfree_fds()