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

/darwin-on-arm/xnu/bsd/sys/
H A Dvnode_internal.h146 uint8_t v_references; /* number of times io_count has been granted */ member in struct:vnode
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_subr.c1576 vp->v_references = 0;
3997 vp->v_references = 0;
4344 if (++vp->v_references >= UNAGE_THRESHHOLD) {
4345 vp->v_references = 0;

Completed in 30 milliseconds