Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/pools/poolstat/
H A Dpoolstat.h94 } statistic_bag_t; typedef
101 extern void sa_libpool_update(statistic_bag_t *sbag, int flags);
103 extern void sa_kstat_update(statistic_bag_t *sbag, int flags);
H A Dpoolstat.c67 static statistic_bag_t pool_sbag_s;
68 static statistic_bag_t pset_sbag_s;
69 static statistic_bag_t *pool_sbag = &pool_sbag_s;
70 static statistic_bag_t *pset_sbag = &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),
[all …]
H A Dsa_libpool.c55 static void update_pset(statistic_bag_t *);
78 sa_libpool_update(statistic_bag_t *sbag, int flags) in sa_libpool_update()
139 update_pset(statistic_bag_t *sbag) in update_pset()
H A Dsa_kstat.c75 static void update_pset_stats(statistic_bag_t *, sdata_t *);
86 sa_kstat_update(statistic_bag_t *sbag, int flags) in sa_kstat_update()
313 update_pset_stats(statistic_bag_t *sbag, sdata_t *list) in update_pset_stats()