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

/darwin-on-arm/xnu/bsd/sys/
H A Dproc_internal.h437 #define P_LRAGE_VNODES 0x00400000 macro
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_sysctl.c2751 else if (p->p_lflag & P_LRAGE_VNODES)
2762 p->p_lflag |= P_LRAGE_VNODES;
2767 p->p_lflag &= ~P_LRAGE_VNODES;
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_subr.c1565 if ( !(current_proc()->p_lflag & P_LRAGE_VNODES) &&
4689 if ((current_proc()->p_lflag & P_LRAGE_VNODES) ||
H A Dkpi_vfs.c1735 if (proc->p_lflag & P_LRAGE_VNODES) {

Completed in 102 milliseconds