Searched refs:RW_DUPOK (Results 1 – 7 of 7) sorted by relevance
269 #define RW_DUPOK 0x01 macro
97 #define LLE_LOCK_INIT(lle) rw_init_flags(&(lle)->lle_lock, "lle", RW_DUPOK)
230 MPASS((opts & ~(RW_DUPOK | RW_NOPROFILE | RW_NOWITNESS | RW_QUIET | in _rw_init_flags()237 if (opts & RW_DUPOK) in _rw_init_flags()
499 rw_init_flags(&inp->inp_lock, lname, RW_RECURSE | RW_DUPOK); \
395 RW_RECURSE | RW_DUPOK); in test_hpts_create_tcpcb()
2388 RW_RECURSE | RW_DUPOK); in sctp_inpcb_alloc()
211 rw_init_flags(&object->lock, "vmobject", RW_DUPOK | RW_NEW); in vm_object_zinit()