Searched refs:VLIST_RAGE (Results 1 – 2 of 2) sorted by relevance
253 #define VLIST_RAGE 0x01 /* vnode is currently in the rapid age list */ macro
371 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()