Searched refs:p_ladvflag (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/kern/
H A Dbsd_init.c545 kernproc->p_ladvflag = 0;
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) {
/darwin-on-arm/xnu/bsd/sys/
H A Dproc_internal.h255 unsigned int p_ladvflag; /* local adv flags (atomic) */ member in struct:proc

Completed in 25 milliseconds