Searched refs:uu_vreclaims (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Duser.h195 vnode_t uu_vreclaims; member in struct:uthread
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_cache.c693 * chain the vnode to the uu_vreclaims list...
698 ut->uu_vreclaims = NULLVP;
727 * it should be sitting on the head of the uu_vreclaims chain
729 * vnode_reclaim for each of the vnodes in the uu_vreclaims
753 while ( (vp = ut->uu_vreclaims) != NULLVP) {
754 ut->uu_vreclaims = vp->v_defer_reclaimlist;
H A Dvfs_subr.c1870 vp->v_defer_reclaimlist = ut->uu_vreclaims;
1871 ut->uu_vreclaims = vp;

Completed in 32 milliseconds