Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddmu_zfetch.c112 static kstat_t *zfetch_ksp; variable
152 zfetch_ksp = kstat_create("zfs", 0, "zfetchstats", "misc", in zfetch_init()
156 if (zfetch_ksp != NULL) { in zfetch_init()
157 zfetch_ksp->ks_data = &zfetch_stats; in zfetch_init()
158 zfetch_ksp->ks_update = zfetch_kstats_update; in zfetch_init()
159 kstat_install(zfetch_ksp); in zfetch_init()
166 if (zfetch_ksp != NULL) { in zfetch_fini()
167 kstat_delete(zfetch_ksp); in zfetch_fini()
168 zfetch_ksp = NULL; in zfetch_fini()