Searched refs:vdo_statistics (Results 1 – 3 of 3) sorted by relevance
87 void vdo_get_dedupe_statistics(struct hash_zones *zones, struct vdo_statistics *stats);
199 struct vdo_statistics { struct
1637 static void get_vdo_statistics(const struct vdo *vdo, struct vdo_statistics *stats) in get_vdo_statistics()1645 memset(stats, 0, sizeof(struct vdo_statistics)); in get_vdo_statistics()1721 void vdo_fetch_statistics(struct vdo *vdo, struct vdo_statistics *stats) in vdo_fetch_statistics()