Searched refs:g_hotplug_poller (Results 1 – 2 of 2) sorted by relevance
18 static struct spdk_poller *g_hotplug_poller; variable54 assert(g_hotplug_poller == NULL); in vmd_subsystem_init()56 g_hotplug_poller = SPDK_POLLER_REGISTER(vmd_hotplug_monitor, NULL, 1000000ULL); in vmd_subsystem_init()57 if (g_hotplug_poller == NULL) { in vmd_subsystem_init()69 spdk_poller_unregister(&g_hotplug_poller); in vmd_subsystem_fini()
200 static struct spdk_poller *g_hotplug_poller;5642 spdk_poller_unregister(&g_hotplug_poller); in bdev_nvme_delete_ctrlr() 5677 if (g_hotplug_poller == NULL) { in bdev_nvme_hotplug() 5678 g_hotplug_poller = SPDK_POLLER_REGISTER(bdev_nvme_remove_poller, NULL, in bdev_nvme_hotplug() 6322 spdk_poller_unregister(&g_hotplug_poller); in nvme_path_id_compare() 6324 g_hotplug_poller = SPDK_POLLER_REGISTER(bdev_nvme_hotplug, NULL, ctx->period_us); in nvme_path_id_compare() 6326 g_hotplug_poller = SPDK_POLLER_REGISTER(bdev_nvme_remove_poller, NULL, in nvme_path_id_compare() 7814 spdk_poller_unregister(&g_hotplug_poller); in bdev_nvme_readv() 157 static struct spdk_poller *g_hotplug_poller; global() variable