Home
last modified time | relevance | path

Searched defs:kstat (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/contrib/openzfs/lib/libspl/include/sys/
H A Dkstat.h68 typedef struct kstat { struct
73 struct kstat *ks_next; /* kstat chain linkage */ argument
74 kid_t ks_kid; /* unique kstat ID */ argument
78 char ks_name[KSTAT_STRLEN]; /* kstat name */ argument
79 uchar_t ks_type; /* kstat data type */ argument
80 char ks_class[KSTAT_STRLEN]; /* kstat class */ argument
81 uchar_t ks_flags; /* kstat flags */ argument
82 void *ks_data; /* kstat type-specific data */ argument
84 size_t ks_data_size; /* total size of kstat data section */ argument
89 int (*ks_update)(struct kstat *, int); /* dynamic update */ argument
[all …]
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Ddataset_kstats.c117 kstat_t *kstat = kstat_create(kstat_module_name, 0, kstat_name, in dataset_kstats_create() local
H A Ddbuf_stats.c38 kstat_t *kstat; member
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dspa.h899 kstat_t *kstat; member