Searched refs:NXCTL_LOCK (Results 1 – 2 of 2) sorted by relevance
933 NXCTL_LOCK(nxctl); in kern_nexus_controller_register_provider()1006 NXCTL_LOCK(nxctl); in kern_nexus_controller_deregister_provider()1033 NXCTL_LOCK(nxctl); in kern_nexus_controller_alloc_provider_instance()1090 NXCTL_LOCK(nxctl); in kern_nexus_controller_alloc_net_provider_instance()1185 NXCTL_LOCK(nxctl); in kern_nexus_controller_free_provider_instance()1219 NXCTL_LOCK(nxctl); in kern_nexus_controller_bind_provider_instance()1253 NXCTL_LOCK(nxctl); in kern_nexus_controller_unbind_provider_instance()1286 NXCTL_LOCK(nxctl); in kern_nexus_controller_read_provider_attr()1423 NXCTL_LOCK(nxctl); in kern_nexus_ifattach()1460 NXCTL_LOCK(nxctl); in kern_nexus_ifdetach()[all …]
436 #define NXCTL_LOCK(_nxctl) do { \ macro