Searched refs:zs_pool_stats (Results 1 – 2 of 2) sorted by relevance
206 struct zs_pool_stats stats;1966 void zs_pool_stats(struct zs_pool *pool, struct zs_pool_stats *stats) in zs_pool_stats() function1968 memcpy(stats, &pool->stats, sizeof(struct zs_pool_stats)); in zs_pool_stats()1970 EXPORT_SYMBOL_GPL(zs_pool_stats);
1910 struct zs_pool_stats pool_stats; in mm_stat_show()1915 memset(&pool_stats, 0x00, sizeof(struct zs_pool_stats)); in mm_stat_show()1920 zs_pool_stats(zram->mem_pool, &pool_stats); in mm_stat_show()