Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/os/linux/spl/
H A Dspl-kstat.c155 case KSTAT_TYPE_IO: in kstat_seq_show_headers()
318 case KSTAT_TYPE_IO: in kstat_seq_show()
360 case KSTAT_TYPE_IO: in kstat_seq_data_addr()
564 if ((ks_type == KSTAT_TYPE_INTR) || (ks_type == KSTAT_TYPE_IO)) in __kstat_create()
608 case KSTAT_TYPE_IO: in __kstat_create()
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_kstat.c252 if ((ks_type == KSTAT_TYPE_INTR) || (ks_type == KSTAT_TYPE_IO)) in __kstat_create()
290 case KSTAT_TYPE_IO: in __kstat_create()
489 case KSTAT_TYPE_IO: in kstat_install()
/f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/
H A Dkstat.h45 #define KSTAT_TYPE_IO 3 /* I/O stats; ks_ndata == 1 */ macro
/f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dkstat.h46 #define KSTAT_TYPE_IO 3 /* I/O stats; ks_ndata == 1 */ macro
/f-stack/freebsd/contrib/openzfs/lib/libspl/include/sys/
H A Dkstat.h227 #define KSTAT_TYPE_IO 3 /* I/O statistics */ macro
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dspa_stats.c576 ksp = kstat_create(name, 0, "io", "disk", KSTAT_TYPE_IO, 1, 0); in spa_io_history_init()