RW_DUPOK
MPASS((opts & ~(RW_DUPOK | RW_NOPROFILE | RW_NOWITNESS | RW_QUIET |
if (opts & RW_DUPOK)
#define LLE_LOCK_INIT(lle) rw_init_flags(&(lle)->lle_lock, "lle", RW_DUPOK)
rw_init_flags(&inp->inp_lock, lname, RW_RECURSE | RW_DUPOK); \
RW_RECURSE | RW_DUPOK);
RW_RECURSE | RW_DUPOK);
rw_init_flags(&object->lock, "vmobject", RW_DUPOK | RW_NEW);