Searched refs:P_LADVLOCK (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dproc_internal.h456 #define P_LADVLOCK 0x01 macro
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_descrip.c896 OSBitOrAtomic(P_LADVLOCK, &p->p_ladvflag);
908 OSBitOrAtomic(P_LADVLOCK, &p->p_ladvflag);
4569 if (p && (p->p_ladvflag & P_LADVLOCK) && fg->fg_type == DTYPE_VNODE) {

Completed in 70 milliseconds