Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/lib/libspl/include/sys/
H A Dkstat.h574 } kstat_intr_t; typedef
576 #define KSTAT_INTR_PTR(kptr) ((kstat_intr_t *)(kptr)->ks_data)
/f-stack/freebsd/contrib/openzfs/module/os/linux/spl/
H A Dspl-kstat.c248 kstat_seq_show_intr(struct seq_file *f, kstat_intr_t *kip) in kstat_seq_show_intr()
316 rc = kstat_seq_show_intr(f, (kstat_intr_t *)p); in kstat_seq_show()
358 rc = ksp->ks_data + n * sizeof (kstat_intr_t); in kstat_seq_data_addr()
606 ksp->ks_data_size = ks_ndata * sizeof (kstat_intr_t); in __kstat_create()
/f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/
H A Dkstat.h162 } kstat_intr_t; typedef
/f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dkstat.h166 } kstat_intr_t; typedef
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_kstat.c288 ksp->ks_data_size = ks_ndata * sizeof (kstat_intr_t); in __kstat_create()