Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/cmd/zed/agents/
H A Dzfs_mod.c102 pthread_t g_zfs_tid; /* zfs_enum_pools() thread */ variable
1325 if (pthread_create(&g_zfs_tid, NULL, zfs_enum_pools, NULL) != 0) { in zfs_slm_init()
1331 pthread_setname_np(g_zfs_tid, "enum-pools"); in zfs_slm_init()
1345 (void) pthread_join(g_zfs_tid, NULL); in zfs_slm_fini()