Home
last modified time | relevance | path

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

/NextBSD/sys/sys/
HDfiledesc.h87 int fd_holdcnt; /* hold count on structure + mutex */ member
/NextBSD/sys/kern/
HDkern_descrip.c1845 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()