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 272 if ((p->p_flag & PK_ADVLOCK) == 0) {
274 p->p_flag |= PK_ADVLOCK;
285 if ((p->p_flag & PK_ADVLOCK) == 0) {
287 p->p_flag |= PK_ADVLOCK;
kern_descrip.c 728 if (__predict_false((p->p_flag & PK_ADVLOCK) != 0) &&
1575 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 24 milliseconds