Searched refs:P_LADVLOCK (Results 1 – 2 of 2) sorted by relevance
271 (p->p_ladvflag & P_LADVLOCK)) { in fg_drop()355 (p->p_ladvflag & P_LADVLOCK)) { in fg_transfer_filelocks()779 if (in_exec && (current_proc()->p_ladvflag & P_LADVLOCK)) { in fdt_exec()780 os_atomic_or(&p->p_ladvflag, P_LADVLOCK, relaxed); in fdt_exec()3150 os_atomic_or(&p->p_ladvflag, P_LADVLOCK, relaxed); in sys_fcntl_nocancel()3160 os_atomic_or(&p->p_ladvflag, P_LADVLOCK, relaxed); in sys_fcntl_nocancel()
574 #define P_LADVLOCK 0x01 macro