HomeSort by: relevance | last modified time | path
    Searched refs:PK_ADVLOCK (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/kern/
sys_descrip.c 269 if ((p->p_flag & PK_ADVLOCK) == 0) {
271 p->p_flag |= PK_ADVLOCK;
282 if ((p->p_flag & PK_ADVLOCK) == 0) {
284 p->p_flag |= PK_ADVLOCK;
kern_descrip.c 725 if (__predict_false((p->p_flag & PK_ADVLOCK) != 0) &&
1572 const bool noadvlock = (l->l_proc->p_flag & PK_ADVLOCK) == 0;
kern_proc.c 1991 PK_ADVLOCK, P_ADVLOCK,
  /src/sys/sys/
proc.h 376 #define PK_ADVLOCK 0x00000001 /* Process may hold a POSIX advisory lock */

Completed in 46 milliseconds