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

/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dproc_internal.h464 #define P_LRAGE_VNODES 0x00400000 macro
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dkern_sysctl.c2250 else if (p->p_lflag & P_LRAGE_VNODES)
2261 p->p_lflag |= P_LRAGE_VNODES;
2266 p->p_lflag &= ~P_LRAGE_VNODES;
/macosx-10.10/xnu-2782.1.97/bsd/vfs/
H A Dvfs_subr.c1616 if ( !(current_proc()->p_lflag & P_LRAGE_VNODES) &&
4853 if ((current_proc()->p_lflag & P_LRAGE_VNODES) ||
H A Dkpi_vfs.c1502 if (proc->p_lflag & P_LRAGE_VNODES) {

Completed in 183 milliseconds