| /f-stack/freebsd/contrib/openzfs/lib/libspl/include/sys/ |
| H A D | kstat.h | 93 } kstat_t; typedef 787 extern kstat_t *kstat_create(const char *, int, const char *, const char *, 789 extern kstat_t *kstat_create_zone(const char *, int, const char *, 791 extern void kstat_install(kstat_t *); 792 extern void kstat_delete(kstat_t *); 808 extern void kstat_zone_add(kstat_t *, zoneid_t); 809 extern void kstat_zone_remove(kstat_t *, zoneid_t); 810 extern int kstat_zone_find(kstat_t *, zoneid_t); 812 extern kstat_t *kstat_hold_bykid(kid_t kid, zoneid_t); 813 extern kstat_t *kstat_hold_byname(const char *, int, const char *, zoneid_t); [all …]
|
| /f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/ |
| H A D | kstat.h | 83 typedef struct kstat_s kstat_t; typedef 107 void *(*addr)(kstat_t *ksp, loff_t index); 196 extern void __kstat_set_raw_ops(kstat_t *ksp, 199 void* (*addr)(kstat_t *ksp, loff_t index)); 201 extern void __kstat_set_seq_raw_ops(kstat_t *ksp, 204 void* (*addr)(kstat_t *ksp, loff_t index)); 207 extern kstat_t *__kstat_create(const char *ks_module, int ks_instance, 211 extern void __kstat_install(kstat_t *ksp); 212 extern void __kstat_delete(kstat_t *ksp); 229 #define kstat_create(m, i, n, c, t, s, f) ((kstat_t *)0)
|
| /f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/ |
| H A D | kstat.h | 82 typedef struct kstat_s kstat_t; typedef 97 void *(*addr)(kstat_t *ksp, loff_t index); 192 extern void __kstat_set_raw_ops(kstat_t *ksp, 195 void* (*addr)(kstat_t *ksp, loff_t index)); 197 extern kstat_t *__kstat_create(const char *ks_module, int ks_instance, 207 extern void __kstat_install(kstat_t *ksp); 208 extern void __kstat_delete(kstat_t *ksp);
|
| /f-stack/freebsd/contrib/openzfs/module/os/linux/spl/ |
| H A D | spl-kstat.c | 41 kstat_resize_raw(kstat_t *ksp) in kstat_resize_raw() 122 kstat_t *ksp = (kstat_t *)f->private; in kstat_seq_show_headers() 291 kstat_t *ksp = (kstat_t *)f->private; in kstat_seq_show() 377 kstat_t *ksp = (kstat_t *)f->private; in kstat_seq_start() 405 kstat_t *ksp = (kstat_t *)f->private; in kstat_seq_next() 418 kstat_t *ksp = (kstat_t *)f->private; in kstat_seq_stop() 497 kstat_t *ksp = f->private; in proc_kstat_write() 553 kstat_t * 558 kstat_t *ksp; in __kstat_create() 717 __kstat_install(kstat_t *ksp) in __kstat_install() [all …]
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/ |
| H A D | spl_kstat.c | 48 __kstat_set_raw_ops(kstat_t *ksp, in __kstat_set_raw_ops() 81 kstat_resize_raw(kstat_t *ksp) in kstat_resize_raw() 104 kstat_t *ksp = arg1; in kstat_sysctl() 121 kstat_t *ksp = arg1; in kstat_sysctl_string() 141 kstat_t *ksp = arg1; in kstat_sysctl_io() 172 kstat_t *ksp = arg1; in kstat_sysctl_raw() 242 kstat_t * 248 kstat_t *ksp; in __kstat_create() 386 kstat_install_named(kstat_t *ksp) in kstat_install_named() 464 kstat_install(kstat_t *ksp) in kstat_install() [all …]
|
| H A D | spl_procfs_list.c | 51 procfs_list_update(kstat_t *ksp, int rw) in procfs_list_update() 79 procfs_list_addr(kstat_t *ksp, loff_t n) in procfs_list_addr() 111 kstat_t *procfs_kstat; in procfs_list_install()
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | dbuf_stats.c | 38 kstat_t *kstat; 167 dbuf_stats_hash_table_addr(kstat_t *ksp, loff_t n) in dbuf_stats_hash_table_addr() 185 kstat_t *ksp; in dbuf_stats_hash_table_init() 208 kstat_t *ksp; in dbuf_stats_hash_table_destroy()
|
| H A D | spa_stats.c | 463 spa_tx_assign_update(kstat_t *ksp, int rw) in spa_tx_assign_update() 490 kstat_t *ksp; in spa_tx_assign_init() 529 kstat_t *ksp; in spa_tx_assign_destroy() 557 spa_io_history_update(kstat_t *ksp, int rw) in spa_io_history_update() 570 kstat_t *ksp; in spa_io_history_init() 822 spa_state_addr(kstat_t *ksp, loff_t n) in spa_state_addr() 849 kstat_t *ksp; in spa_state_init() 874 kstat_t *ksp = shk->kstat; in spa_health_destroy() 912 kstat_t *ksp = shk->kstat; in spa_iostats_trim_add() 944 spa_iostats_update(kstat_t *ksp, int rw) in spa_iostats_update() [all …]
|
| H A D | dataset_kstats.c | 43 dataset_kstats_update(kstat_t *ksp, int rw) in dataset_kstats_update() 117 kstat_t *kstat = kstat_create(kstat_module_name, 0, kstat_name, in dataset_kstats_create()
|
| H A D | vdev_raidz_math.c | 99 static kstat_t *raidz_math_kstat = NULL; 350 raidz_math_kstat_addr(kstat_t *ksp, loff_t n) in raidz_math_kstat_addr()
|
| H A D | dmu_zfetch.c | 86 kstat_t *zfetch_ksp;
|
| H A D | vdev_cache.c | 92 kstat_t *vdc_ksp = NULL;
|
| H A D | vdev_mirror.c | 44 static kstat_t *mirror_ksp = NULL;
|
| H A D | dmu_tx.c | 60 static kstat_t *dmu_tx_ksp;
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | zfs_debug.c | 40 kstat_t *zfs_dbgmsg_kstat; 73 zfs_dbgmsg_addr(kstat_t *ksp, loff_t n) in zfs_dbgmsg_addr() 107 zfs_dbgmsg_update(kstat_t *ksp, int rw) in zfs_dbgmsg_update()
|
| H A D | abd_os.c | 92 static kstat_t *abd_ksp;
|
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | dataset_kstats.h | 63 kstat_t *dk_kstats;
|
| H A D | zfs_context.h | 360 extern kstat_t *kstat_create(const char *, int, 362 extern void kstat_install(kstat_t *); 363 extern void kstat_delete(kstat_t *); 370 extern void kstat_set_raw_ops(kstat_t *ksp, 373 void *(*addr)(kstat_t *ksp, loff_t index));
|
| /f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/ |
| H A D | qat.c | 46 static kstat_t *qat_ksp = NULL;
|
| H A D | abd_os.c | 179 static kstat_t *abd_ksp;
|
| /f-stack/freebsd/contrib/openzfs/lib/libzpool/ |
| H A D | kernel.c | 132 kstat_t * 141 kstat_install(kstat_t *ksp) in kstat_install() 146 kstat_delete(kstat_t *ksp) in kstat_delete() 180 kstat_set_raw_ops(kstat_t *ksp, in kstat_set_raw_ops() 183 void *(*addr)(kstat_t *ksp, loff_t index)) in kstat_set_raw_ops()
|
| /f-stack/freebsd/contrib/openzfs/module/icp/spi/ |
| H A D | kcf_spi.c | 50 static int kcf_prov_kstat_update(kstat_t *, int); 695 kcf_prov_kstat_update(kstat_t *ksp, int rw) in kcf_prov_kstat_update()
|
| /f-stack/freebsd/contrib/openzfs/module/zcommon/ |
| H A D | zfs_fletcher.c | 218 static kstat_t *fletcher_4_kstat; 645 fletcher_4_kstat_addr(kstat_t *ksp, loff_t n) in fletcher_4_kstat_addr()
|
| /f-stack/freebsd/contrib/openzfs/module/icp/core/ |
| H A D | kcf_sched.c | 69 static kstat_t *kcf_misc_kstat = NULL; 80 static int kcf_misc_kstat_update(kstat_t *ksp, int rw); 1505 kcf_misc_kstat_update(kstat_t *ksp, int rw) in kcf_misc_kstat_update()
|
| /f-stack/freebsd/contrib/openzfs/module/zstd/ |
| H A D | zfs_zstd.c | 53 kstat_t *zstd_ksp = NULL;
|