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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddmu_zfetch.c72 kstat_t *zfetch_ksp; variable
77 zfetch_ksp = kstat_create("zfs", 0, "zfetchstats", "misc",
81 if (zfetch_ksp != NULL) {
82 zfetch_ksp->ks_data = &zfetch_stats;
83 kstat_install(zfetch_ksp);
90 if (zfetch_ksp != NULL) {
91 kstat_delete(zfetch_ksp);
92 zfetch_ksp = NULL;

Completed in 441 milliseconds