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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dproc.h196 #define P_DEPENDENCY_CAPABLE 0x00100000 /* process is ok to call vfs_markdependency() */ macro
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_proc.c784 OSBitOrAtomic(P_DEPENDENCY_CAPABLE, (UInt32 *)&p->p_flag);
H A Dkern_descrip.c1436 if ((current_proc()->p_flag & P_DEPENDENCY_CAPABLE) == 0) {
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_subr.c3319 if ((curproc->p_flag & P_DEPENDENCY_CAPABLE) == 0 || vp->v_mount == NULL || vp->v_mount->mnt_dependent_process == NULL) {
3343 if ((curproc->p_flag & P_DEPENDENCY_CAPABLE) == 0 || vp->v_mount == NULL || vp->v_mount->mnt_dependent_process == NULL) {

Completed in 45 milliseconds