Searched refs:NXCTL_LOCK (Results 1 – 2 of 2) sorted by relevance
960 NXCTL_LOCK(nxctl); in kern_nexus_controller_register_provider()1033 NXCTL_LOCK(nxctl); in kern_nexus_controller_deregister_provider()1060 NXCTL_LOCK(nxctl); in kern_nexus_controller_alloc_provider_instance()1117 NXCTL_LOCK(nxctl); in kern_nexus_controller_alloc_net_provider_instance()1206 NXCTL_LOCK(nxctl); in kern_nexus_controller_free_provider_instance()1240 NXCTL_LOCK(nxctl); in kern_nexus_controller_bind_provider_instance()1274 NXCTL_LOCK(nxctl); in kern_nexus_controller_unbind_provider_instance()1307 NXCTL_LOCK(nxctl); in kern_nexus_controller_read_provider_attr()1444 NXCTL_LOCK(nxctl); in kern_nexus_ifattach()1481 NXCTL_LOCK(nxctl); in kern_nexus_ifdetach()[all …]
430 #define NXCTL_LOCK(_nxctl) do { \ macro