Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/lib/libspl/include/sys/
H A Dkstat.h699 } kstat_timer_t; typedef
701 #define KSTAT_TIMER_PTR(kptr) ((kstat_timer_t *)(kptr)->ks_data)
798 extern void kstat_timer_init(kstat_timer_t *, const char *);
805 extern void kstat_timer_start(kstat_timer_t *);
806 extern void kstat_timer_stop(kstat_timer_t *);
/f-stack/freebsd/contrib/openzfs/module/os/linux/spl/
H A Dspl-kstat.c277 kstat_seq_show_timer(struct seq_file *f, kstat_timer_t *ktp) in kstat_seq_show_timer()
322 rc = kstat_seq_show_timer(f, (kstat_timer_t *)p); in kstat_seq_show()
364 rc = ksp->ks_data + n * sizeof (kstat_timer_t); in kstat_seq_data_addr()
614 ksp->ks_data_size = ks_ndata * sizeof (kstat_timer_t); in __kstat_create()
/f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/
H A Dkstat.h187 } kstat_timer_t; typedef
/f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dkstat.h191 } kstat_timer_t; typedef
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_kstat.c296 ksp->ks_data_size = ks_ndata * sizeof (kstat_timer_t); in __kstat_create()