Home
last modified time | relevance | path

Searched refs:kstat_set_raw_ops (Results 1 – 9 of 9) sorted by relevance

/f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/
H A Dkstat.h214 #define kstat_set_raw_ops(k, h, d, a) \ macro
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_debug.c129 kstat_set_raw_ops(zfs_dbgmsg_kstat, zfs_dbgmsg_headers, in zfs_dbgmsg_init()
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Ddbuf_stats.c198 kstat_set_raw_ops(ksp, dbuf_stats_hash_table_headers, in dbuf_stats_hash_table_init()
H A Dvdev_raidz_math.c529 kstat_set_raw_ops(raidz_math_kstat, in vdev_raidz_math_init()
H A Dspa_stats.c863 kstat_set_raw_ops(ksp, NULL, spa_state_data, spa_state_addr); in spa_state_init()
/f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dkstat.h220 #define kstat_set_raw_ops(k, h, d, a) \ macro
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dzfs_context.h370 extern void kstat_set_raw_ops(kstat_t *ksp,
/f-stack/freebsd/contrib/openzfs/module/zcommon/
H A Dzfs_fletcher.c785 kstat_set_raw_ops(fletcher_4_kstat, in fletcher_4_init()
/f-stack/freebsd/contrib/openzfs/lib/libzpool/
H A Dkernel.c180 kstat_set_raw_ops(kstat_t *ksp, in kstat_set_raw_ops() function