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

/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dabd.c167 static kstat_t *abd_ksp; variable
210 abd_ksp = kstat_create("zfs", 0, "abdstats", "misc", KSTAT_TYPE_NAMED,
212 if (abd_ksp != NULL) {
213 abd_ksp->ks_data = &abd_stats;
214 kstat_install(abd_ksp);
221 if (abd_ksp != NULL) {
222 kstat_delete(abd_ksp);
223 abd_ksp = NULL;

Completed in 110 milliseconds