Home
last modified time | relevance | path

Searched refs:LO_DUPOK (Results 1 – 7 of 7) sorted by relevance

/freebsd-9-stable/sys/cddl/compat/opensolaris/sys/
Dlock.h38 LO_DUPOK | LO_CLASSMASK | LO_NOPROFILE)
40 LO_SLEEPABLE | LO_UPGRADABLE | LO_DUPOK | \
/freebsd-9-stable/sys/sys/
Dlock.h81 #define LO_DUPOK 0x00400000 /* Don't check for duplicate acquires */ macro
/freebsd-9-stable/sys/kern/
Dkern_mutex.c866 flags |= LO_DUPOK; in mtx_init()
948 if (m->lock_object.lo_flags & LO_DUPOK) in db_show_mtx()
Dkern_sx.c217 flags |= LO_DUPOK; in sx_init_flags()
Dkern_rwlock.c184 flags |= LO_DUPOK; in rw_init_flags()
Dkern_lock.c384 iflags |= LO_DUPOK; in lockinit()
Dsubr_witness.c1168 if (!(lock->lo_flags & LO_DUPOK) && !(flags & LOP_DUPOK) && in witness_checkorder()