Searched refs:LO_DUPOK (Results 1 – 8 of 8) sorted by relevance
36 LO_DUPOK | LO_CLASSMASK | LO_NOPROFILE)38 LO_SLEEPABLE | LO_UPGRADABLE | LO_DUPOK | (2 << LO_CLASSSHIFT))
85 #define LO_DUPOK 0x00400000 /* Don't check for duplicate acquires */ macro
1183 flags |= LO_DUPOK; in _mtx_init()1354 if (m->lock_object.lo_flags & LO_DUPOK) in db_show_mtx()
291 liflags |= LO_DUPOK; in rm_init_flags()
238 flags |= LO_DUPOK; in _rw_init_flags()
245 flags |= LO_DUPOK; in sx_init_flags()
440 iflags |= LO_DUPOK; in lockinit()
1255 if (!(lock->lo_flags & LO_DUPOK) && !(flags & LOP_DUPOK) && in witness_checkorder()