Lines Matching refs:hn_vfmap_lock
620 static struct rmlock hn_vfmap_lock; variable
1324 rm_rlock(&hn_vfmap_lock, &pt); in hn_xpnt_vf_input()
1327 rm_runlock(&hn_vfmap_lock, &pt); in hn_xpnt_vf_input()
1883 rm_wlock(&hn_vfmap_lock); in hn_ifnet_attevent()
1904 rm_wunlock(&hn_vfmap_lock); in hn_ifnet_attevent()
2011 rm_wlock(&hn_vfmap_lock); in hn_ifnet_detevent()
2023 rm_wunlock(&hn_vfmap_lock); in hn_ifnet_detevent()
4709 rm_rlock(&hn_vfmap_lock, &pt); in hn_vflist_sysctl()
4731 rm_runlock(&hn_vfmap_lock, &pt); in hn_vflist_sysctl()
4754 rm_rlock(&hn_vfmap_lock, &pt); in hn_vfmap_sysctl()
4780 rm_runlock(&hn_vfmap_lock, &pt); in hn_vfmap_sysctl()
7617 rm_init_flags(&hn_vfmap_lock, "hn_vfmap", RM_SLEEPABLE); in hn_sysinit()
7674 rm_destroy(&hn_vfmap_lock); in hn_sysuninit()