Home
last modified time | relevance | path

Searched refs:kstat_create (Results 1 – 25 of 28) sorted by relevance

12

/freebsd-14.2/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dkstat.h219 #define kstat_create(m, i, n, c, t, s, f) \ macro
225 #define kstat_create(m, i, n, c, t, s, f) ((kstat_t *)0) macro
/freebsd-14.2/sys/cddl/compat/opensolaris/sys/
H A Dkstat.h77 kstat_t *kstat_create(char *module, int instance, char *name, char *cls,
/freebsd-14.2/sys/contrib/openzfs/module/os/linux/zfs/
H A Dqat.c69 qat_ksp = kstat_create("zfs", 0, "qat", "misc", in qat_init()
H A Dabd_os.c780 abd_ksp = kstat_create("zfs", 0, "abdstats", "misc", KSTAT_TYPE_NAMED, in abd_init()
/freebsd-14.2/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_procfs_list.c123 procfs_kstat = kstat_create(module, 0, name, submodule, in procfs_list_install()
/freebsd-14.2/sys/contrib/openzfs/module/zfs/
H A Dspa_stats.c509 ksp = kstat_create(name, 0, "dmu_tx_assign", "misc", in spa_tx_assign_init()
806 ksp = kstat_create(name, 0, "state", "misc", in spa_state_init()
841 ksp = kstat_create(name, 0, "guid", "misc", in spa_guid_init()
960 kstat_t *ksp = kstat_create(name, 0, "iostats", "misc", in spa_iostats_init()
H A Ddbuf_stats.c190 ksp = kstat_create("zfs", 0, "dbufs", "misc", in dbuf_stats_hash_table_init()
H A Ddataset_kstats.c143 kstat_t *kstat = kstat_create(kstat_module_name, 0, kstat_name, in dataset_kstats_create()
H A Dzfs_chksum.c347 chksum_kstat = kstat_create("zfs", 0, "chksum_bench", "misc", in chksum_init()
H A Dvdev_raidz_math.c529 raidz_math_kstat = kstat_create("zfs", 0, "vdev_raidz_bench", "misc", in vdev_raidz_math_init()
H A Ddmu_zfetch.c152 zfetch_ksp = kstat_create("zfs", 0, "zfetchstats", "misc", in zfetch_init()
H A Dvdev_mirror.c83 mirror_ksp = kstat_create("zfs", 0, "vdev_mirror_stats", in vdev_mirror_stat_init()
H A Dfm.c1322 fm_ksp = kstat_create("zfs", 0, "fm", "misc", KSTAT_TYPE_NAMED, in fm_init()
H A Ddmu_tx.c1538 dmu_tx_ksp = kstat_create("zfs", 0, "dmu_tx", "misc", in dmu_tx_init()
H A Dbrt.c1079 brt_ksp = kstat_create("zfs", 0, "brtstats", "misc", KSTAT_TYPE_NAMED, in brt_stat_init()
H A Ddnode.c333 dnode_ksp = kstat_create("zfs", 0, "dnodestats", "misc", in dnode_init()
H A Dzil.c3803 zil_kstats_global = kstat_create("zfs", 0, "zil", "misc", in zil_init()
/freebsd-14.2/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_debug.c125 zfs_dbgmsg_kstat = kstat_create("zfs", 0, "dbgmsg", "misc", in zfs_dbgmsg_init()
H A Dabd_os.c312 abd_ksp = kstat_create("zfs", 0, "abdstats", "misc", KSTAT_TYPE_NAMED, in abd_init()
/freebsd-14.2/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dkstat.h212 #define kstat_create(m, i, n, c, t, s, f) \ macro
/freebsd-14.2/sys/contrib/openzfs/lib/libspl/include/sys/
H A Dkstat.h754 extern kstat_t *kstat_create(const char *, int, const char *, const char *,
/freebsd-14.2/sys/contrib/openzfs/module/zstd/
H A Dzfs_zstd.c879 zstd_ksp = kstat_create("zfs", 0, "zstd", "misc", in zstd_init()
/freebsd-14.2/sys/contrib/openzfs/include/sys/
H A Dzfs_context.h364 extern kstat_t *kstat_create(const char *, int,
/freebsd-14.2/sys/contrib/openzfs/module/zcommon/
H A Dzfs_fletcher.c795 fletcher_4_kstat = kstat_create("zfs", 0, "fletcher_4_bench", "misc", in fletcher_4_init()
/freebsd-14.2/sys/contrib/openzfs/lib/libzpool/
H A Dkernel.c152 kstat_create(const char *module, int instance, const char *name, in kstat_create() function

12