Searched refs:P_ADVLOCK (Results 1 – 2 of 2) sorted by relevance
660 if ((p->p_leader->p_flag & P_ADVLOCK) == 0) { in kern_fcntl()662 p->p_leader->p_flag |= P_ADVLOCK; in kern_fcntl()673 if ((p->p_leader->p_flag & P_ADVLOCK) == 0) { in kern_fcntl()675 p->p_leader->p_flag |= P_ADVLOCK; in kern_fcntl()2481 (p->p_leader->p_flag & P_ADVLOCK) != 0) { in fdclearlocks()2502 (p->p_leader->p_flag & P_ADVLOCK) != 0) { in fdclearlocks()2796 if ((td->td_proc->p_leader->p_flag & P_ADVLOCK) != 0) { in closef()2816 P_ADVLOCK) == 0) in closef()
802 #define P_ADVLOCK 0x00000001 /* Process may hold a POSIX advisory macro