| /freebsd-14.2/sys/contrib/openzfs/include/os/freebsd/spl/sys/ |
| H A D | kstat.h | 219 #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 D | kstat.h | 77 kstat_t *kstat_create(char *module, int instance, char *name, char *cls,
|
| /freebsd-14.2/sys/contrib/openzfs/module/os/linux/zfs/ |
| H A D | qat.c | 69 qat_ksp = kstat_create("zfs", 0, "qat", "misc", in qat_init()
|
| H A D | abd_os.c | 780 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 D | spl_procfs_list.c | 123 procfs_kstat = kstat_create(module, 0, name, submodule, in procfs_list_install()
|
| /freebsd-14.2/sys/contrib/openzfs/module/zfs/ |
| H A D | spa_stats.c | 509 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 D | dbuf_stats.c | 190 ksp = kstat_create("zfs", 0, "dbufs", "misc", in dbuf_stats_hash_table_init()
|
| H A D | dataset_kstats.c | 143 kstat_t *kstat = kstat_create(kstat_module_name, 0, kstat_name, in dataset_kstats_create()
|
| H A D | zfs_chksum.c | 347 chksum_kstat = kstat_create("zfs", 0, "chksum_bench", "misc", in chksum_init()
|
| H A D | vdev_raidz_math.c | 529 raidz_math_kstat = kstat_create("zfs", 0, "vdev_raidz_bench", "misc", in vdev_raidz_math_init()
|
| H A D | dmu_zfetch.c | 152 zfetch_ksp = kstat_create("zfs", 0, "zfetchstats", "misc", in zfetch_init()
|
| H A D | vdev_mirror.c | 83 mirror_ksp = kstat_create("zfs", 0, "vdev_mirror_stats", in vdev_mirror_stat_init()
|
| H A D | fm.c | 1322 fm_ksp = kstat_create("zfs", 0, "fm", "misc", KSTAT_TYPE_NAMED, in fm_init()
|
| H A D | dmu_tx.c | 1538 dmu_tx_ksp = kstat_create("zfs", 0, "dmu_tx", "misc", in dmu_tx_init()
|
| H A D | brt.c | 1079 brt_ksp = kstat_create("zfs", 0, "brtstats", "misc", KSTAT_TYPE_NAMED, in brt_stat_init()
|
| H A D | dnode.c | 333 dnode_ksp = kstat_create("zfs", 0, "dnodestats", "misc", in dnode_init()
|
| H A D | zil.c | 3803 zil_kstats_global = kstat_create("zfs", 0, "zil", "misc", in zil_init()
|
| /freebsd-14.2/sys/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | zfs_debug.c | 125 zfs_dbgmsg_kstat = kstat_create("zfs", 0, "dbgmsg", "misc", in zfs_dbgmsg_init()
|
| H A D | abd_os.c | 312 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 D | kstat.h | 212 #define kstat_create(m, i, n, c, t, s, f) \ macro
|
| /freebsd-14.2/sys/contrib/openzfs/lib/libspl/include/sys/ |
| H A D | kstat.h | 754 extern kstat_t *kstat_create(const char *, int, const char *, const char *,
|
| /freebsd-14.2/sys/contrib/openzfs/module/zstd/ |
| H A D | zfs_zstd.c | 879 zstd_ksp = kstat_create("zfs", 0, "zstd", "misc", in zstd_init()
|
| /freebsd-14.2/sys/contrib/openzfs/include/sys/ |
| H A D | zfs_context.h | 364 extern kstat_t *kstat_create(const char *, int,
|
| /freebsd-14.2/sys/contrib/openzfs/module/zcommon/ |
| H A D | zfs_fletcher.c | 795 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 D | kernel.c | 152 kstat_create(const char *module, int instance, const char *name, in kstat_create() function
|