Searched refs:NXCTL_LOCK (Results 1 – 2 of 2) sorted by relevance
962 NXCTL_LOCK(nxctl); in kern_nexus_controller_register_provider()1035 NXCTL_LOCK(nxctl); in kern_nexus_controller_deregister_provider()1062 NXCTL_LOCK(nxctl); in kern_nexus_controller_alloc_provider_instance()1119 NXCTL_LOCK(nxctl); in kern_nexus_controller_alloc_net_provider_instance()1208 NXCTL_LOCK(nxctl); in kern_nexus_controller_free_provider_instance()1242 NXCTL_LOCK(nxctl); in kern_nexus_controller_bind_provider_instance()1276 NXCTL_LOCK(nxctl); in kern_nexus_controller_unbind_provider_instance()1309 NXCTL_LOCK(nxctl); in kern_nexus_controller_read_provider_attr()1446 NXCTL_LOCK(nxctl); in kern_nexus_ifattach()1483 NXCTL_LOCK(nxctl); in kern_nexus_ifdetach()[all …]
426 #define NXCTL_LOCK(_nxctl) do { \ macro