Searched refs:RW_DUPOK (Results 1 – 6 of 6) sorted by relevance
97 #define LLE_LOCK_INIT(lle) rw_init_flags(&(lle)->lle_lock, "lle", RW_DUPOK)
269 #define RW_DUPOK 0x01 macro
216 MPASS((opts & ~(RW_DUPOK | RW_NOPROFILE | RW_NOWITNESS | RW_QUIET | in _rw_init_flags()223 if (opts & RW_DUPOK) in _rw_init_flags()
410 rw_init_flags(&inp->inp_lock, lname, RW_RECURSE | RW_DUPOK); \
2373 RW_RECURSE | RW_DUPOK); in sctp_inpcb_alloc()
218 rw_init_flags(&object->lock, "vmobject", RW_DUPOK | RW_NEW); in vm_object_zinit()