Searched refs:LOP_DUPOK (Results 1 – 4 of 4) sorted by relevance
109 #define LOP_DUPOK 0x00000010 /* Don't check for duplicate acquires */ macro
63 #define MTX_DUPOK LOP_DUPOK /* Don't log a duplicate acquire */
582 mtx_lock_flags(&sema_mtx[i], LOP_DUPOK); in sem_remove()
1255 if (!(lock->lo_flags & LO_DUPOK) && !(flags & LOP_DUPOK) && in witness_checkorder()