Searched refs:g_zfs_tid (Results 1 – 1 of 1) sorted by relevance
102 pthread_t g_zfs_tid; /* zfs_enum_pools() thread */ variable1325 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()