Searched refs:UT_RAGE_VNODES (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Duser.h290 #define UT_RAGE_VNODES 0x00000400 /* rapid age any vnodes created by this thread */ macro
/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dkern_sysctl.c2840 if (ut->uu_flag & UT_RAGE_VNODES)
2863 ut->uu_flag |= UT_RAGE_VNODES;
2867 ut->uu_flag &= ~UT_RAGE_VNODES;
/macosx-10.9.5/xnu-2422.115.4/bsd/vfs/
H A Dvfs_subr.c1566 !(ut->uu_flag & UT_RAGE_VNODES)) {
4680 (ut->uu_flag & UT_RAGE_VNODES)) {
H A Dkpi_vfs.c1495 if (ut->uu_flag & UT_RAGE_VNODES) {

Completed in 126 milliseconds