Home
last modified time | relevance | path

Searched refs:statistic_bag_t (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/pools/poolstat/
H A Dpoolstat.c67 static statistic_bag_t pool_sbag_s;
68 static statistic_bag_t pset_sbag_s;
76 offsetof(statistic_bag_t, sb_sysid),
79 offsetof(statistic_bag_t, sb_name),
82 offsetof(statistic_bag_t, sb_type),
88 offsetof(statistic_bag_t, sb_name),
111 offsetof(statistic_bag_t, sb_sysid),
114 offsetof(statistic_bag_t, sb_name),
825 statistic_bag_t *sbag; in prt_resource_stats_by_type()
868 statistic_bag_t *sbag; in update_resource_stats()
[all …]
H A Dpoolstat.h92 } statistic_bag_t; typedef
99 extern void sa_libpool_update(statistic_bag_t *sbag, int flags);
101 extern void sa_kstat_update(statistic_bag_t *sbag, int flags);
H A Dsa_libpool.c53 static void update_pset(statistic_bag_t *);
76 sa_libpool_update(statistic_bag_t *sbag, int flags) in sa_libpool_update()
137 update_pset(statistic_bag_t *sbag) in update_pset()
H A Dsa_kstat.c73 static void update_pset_stats(statistic_bag_t *, sdata_t *);
84 sa_kstat_update(statistic_bag_t *sbag, int flags) in sa_kstat_update()
311 update_pset_stats(statistic_bag_t *sbag, sdata_t *list) in update_pset_stats()