Searched refs:LO_DUPOK (Results 1 – 7 of 7) sorted by relevance
38 LO_DUPOK | LO_CLASSMASK | LO_NOPROFILE)40 LO_SLEEPABLE | LO_UPGRADABLE | LO_DUPOK | \
81 #define LO_DUPOK 0x00400000 /* Don't check for duplicate acquires */ macro
866 flags |= LO_DUPOK; in mtx_init()948 if (m->lock_object.lo_flags & LO_DUPOK) in db_show_mtx()
217 flags |= LO_DUPOK; in sx_init_flags()
184 flags |= LO_DUPOK; in rw_init_flags()
384 iflags |= LO_DUPOK; in lockinit()
1168 if (!(lock->lo_flags & LO_DUPOK) && !(flags & LOP_DUPOK) && in witness_checkorder()