Searched refs:zfetch_ksp (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddmu_zfetch.c88 kstat_t *zfetch_ksp; variable
93 zfetch_ksp = kstat_create("zfs", 0, "zfetchstats", "misc",
97 if (zfetch_ksp != NULL) {
98 zfetch_ksp->ks_data = &zfetch_stats;
99 kstat_install(zfetch_ksp);
106 if (zfetch_ksp != NULL) {
107 kstat_delete(zfetch_ksp);
108 zfetch_ksp = NULL;

Completed in 53 milliseconds