Home
last modified time | relevance | path

Searched refs:g_zfs_tid (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/contrib/openzfs/cmd/zed/agents/
H A Dzfs_mod.c101 pthread_t g_zfs_tid; /* zfs_enum_pools() thread */ variable
915 if (pthread_create(&g_zfs_tid, NULL, zfs_enum_pools, NULL) != 0) { in zfs_slm_init()
934 (void) pthread_join(g_zfs_tid, NULL); in zfs_slm_fini()