Searched refs:NXCTL_LOCK (Results 1 – 2 of 2) sorted by relevance
961 NXCTL_LOCK(nxctl); in kern_nexus_controller_register_provider()1034 NXCTL_LOCK(nxctl); in kern_nexus_controller_deregister_provider()1061 NXCTL_LOCK(nxctl); in kern_nexus_controller_alloc_provider_instance()1118 NXCTL_LOCK(nxctl); in kern_nexus_controller_alloc_net_provider_instance()1213 NXCTL_LOCK(nxctl); in kern_nexus_controller_free_provider_instance()1247 NXCTL_LOCK(nxctl); in kern_nexus_controller_bind_provider_instance()1281 NXCTL_LOCK(nxctl); in kern_nexus_controller_unbind_provider_instance()1314 NXCTL_LOCK(nxctl); in kern_nexus_controller_read_provider_attr()1451 NXCTL_LOCK(nxctl); in kern_nexus_ifattach()1488 NXCTL_LOCK(nxctl); in kern_nexus_ifdetach()[all …]
437 #define NXCTL_LOCK(_nxctl) do { \ macro