Searched refs:dn_refcount (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/miscfs/devfs/
H A Ddevfsdefs.h136 int dn_refcount; member in struct:devnode
H A Ddevfs_tree.c581 dnp->dn_refcount = 0;
694 if (dnp->dn_refcount == 0) {
1330 dnp->dn_refcount++;
1340 dnp->dn_refcount--;
1341 if (dnp->dn_refcount < 0) {
1343 } else if ((dnp->dn_refcount == 0) && (dnp->dn_lflags & DN_DELETE)) {

Completed in 15 milliseconds