Searched refs:zfetch_ksp (Results 1 – 1 of 1) sorted by relevance
98 kstat_t *zfetch_ksp; variable240 zfetch_ksp = kstat_create("zfs", 0, "zfetchstats", "misc", in zfetch_init()244 if (zfetch_ksp != NULL) { in zfetch_init()245 zfetch_ksp->ks_data = &zfetch_stats; in zfetch_init()246 kstat_install(zfetch_ksp); in zfetch_init()253 if (zfetch_ksp != NULL) { in zfetch_fini()254 kstat_delete(zfetch_ksp); in zfetch_fini()255 zfetch_ksp = NULL; in zfetch_fini()