Searched refs:acquire_snapshot (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/cmd/stat/common/ |
H A D | statcommon.h | 281 struct snapshot *acquire_snapshot(kstat_ctl_t *, int, struct iodev_filter *);
|
H A D | acquire.c | 65 * because it is left to the free_snapshot() in the acquire_snapshot() 300 acquire_snapshot(kstat_ctl_t *kc, int types, struct iodev_filter *iodev_filter) function
|
/illumos-gate/usr/src/cmd/stat/vmstat/ |
H A D | vmstat.c | 140 ss = acquire_snapshot(kc, types, &df); 191 ss = acquire_snapshot(kc, types, &df);
|
/illumos-gate/usr/src/cmd/stat/mpstat/ |
H A D | mpstat.c | 175 new = acquire_snapshot(kc, types, NULL);
|
/illumos-gate/usr/src/cmd/stat/iostat/ |
H A D | iostat.c | 271 newss = acquire_snapshot(kc, types, &df); 324 newss = acquire_snapshot(kc, types, &df);
|
Completed in 52 milliseconds