Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/sys/
H A Dvnode_internal.h253 #define VLIST_RAGE 0x01 /* vnode is currently in the rapid age list */ macro
/xnu-12377.41.6/bsd/vfs/
H A Dvfs_subr.c371 if ( !(vp->v_listflag & VLIST_RAGE)) \
376 vp->v_listflag &= ~VLIST_RAGE; \
2517 vp->v_listflag |= VLIST_RAGE; in vnode_list_add()
2589 if (vp->v_listflag & VLIST_RAGE) { in vnode_list_remove_locked()
5838 if (!(vp->v_listflag & VLIST_RAGE)) { in new_vnode()