Searched refs:RW_RECURSE (Results 1 – 6 of 6) sorted by relevance
273 #define RW_RECURSE 0x10 macro
212 RW_RECURSE | RW_NEW)) == 0); in _rw_init_flags()224 if (opts & RW_RECURSE) in _rw_init_flags()
1917 rw_init_flags(&bucketlocks[i], "ncbuc", RW_DUPOK | RW_RECURSE); in nchinit()
585 rw_init_flags(&(inp)->inp_lock, (t), RW_RECURSE | RW_DUPOK)
2073 rw_init_flags(&pvh_global_lock, "pmap pv global", RW_RECURSE); in pmap_bootstrap()
314 RW_SYSINIT_FLAGS(ifnet_rw, &ifnet_rwlock, "ifnet_rw", RW_RECURSE);