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

/darwin-on-arm/xnu/bsd/sys/
H A Dproc.h188 #define P_DEPENDENCY_CAPABLE 0x00100000 /* process is ok to call vfs_markdependency() */ macro
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_proc.c841 OSBitOrAtomic(P_DEPENDENCY_CAPABLE, &p->p_flag);
H A Dkern_descrip.c1605 if ((current_proc()->p_flag & P_DEPENDENCY_CAPABLE) == 0) {
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_subr.c3794 if ((curproc->p_flag & P_DEPENDENCY_CAPABLE) == 0 || vp->v_mount == NULL ||
3832 if ((curproc->p_flag & P_DEPENDENCY_CAPABLE) == 0 || vp->v_mount == NULL ||

Completed in 98 milliseconds