Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/os/linux/spl/
H A Dspl-kstat.c150 case KSTAT_TYPE_INTR: in kstat_seq_show_headers()
315 case KSTAT_TYPE_INTR: in kstat_seq_show()
357 case KSTAT_TYPE_INTR: in kstat_seq_data_addr()
564 if ((ks_type == KSTAT_TYPE_INTR) || (ks_type == KSTAT_TYPE_IO)) in __kstat_create()
604 case KSTAT_TYPE_INTR: 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()
286 case KSTAT_TYPE_INTR: in __kstat_create()
497 case KSTAT_TYPE_INTR: in kstat_install()
/f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/
H A Dkstat.h44 #define KSTAT_TYPE_INTR 2 /* interrupt stats; ks_ndata == 1 */ macro
/f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dkstat.h45 #define KSTAT_TYPE_INTR 2 /* interrupt stats; ks_ndata == 1 */ macro
/f-stack/freebsd/contrib/openzfs/lib/libspl/include/sys/
H A Dkstat.h225 #define KSTAT_TYPE_INTR 2 /* interrupt statistics */ macro