Home
last modified time | relevance | path

Searched refs:zram_size (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/mm/
H A Dzswapd_control.c488 unsigned long zram_size; in memcg_active_app_info_list_show() local
509 zram_size = memcg_data_size(memcg, CACHE_SIZE); in memcg_active_app_info_list_show()
511 if (anon_size + zram_size + eswap_size == 0) in memcg_active_app_info_list_show()
518 zram_size *= PAGE_SIZE / SZ_1K; in memcg_active_app_info_list_show()
522 anon_size, zram_size, eswap_size, in memcg_active_app_info_list_show()
/kernel/linux/linux-6.6/mm/
H A Dzswapd_control.c489 unsigned long zram_size; in memcg_active_app_info_list_show() local
510 zram_size = memcg_data_size(memcg, CACHE_SIZE); in memcg_active_app_info_list_show()
512 if (anon_size + zram_size + eswap_size == 0) in memcg_active_app_info_list_show()
519 zram_size *= PAGE_SIZE / SZ_1K; in memcg_active_app_info_list_show()
523 anon_size, zram_size, eswap_size, in memcg_active_app_info_list_show()
/kernel/linux/linux-5.10/drivers/block/zram/zram_group/
H A Dzram_group.c237 atomic64_add(size, &zgrp->stats[gid].zram_size); in zgrp_obj_stats_inc()
239 atomic64_add(size, &zgrp->stats[0].zram_size); in zgrp_obj_stats_inc()
252 atomic64_sub(size, &zgrp->stats[gid].zram_size); in zgrp_obj_stats_dec()
254 atomic64_sub(size, &zgrp->stats[0].zram_size); in zgrp_obj_stats_dec()
H A Dzram_group.h42 atomic64_t zram_size; member
H A Dgroup_writeback.c621 return atomic64_read(&zram->zgrp->stats[gid].zram_size); in group_obj_stats()
/kernel/linux/linux-6.6/drivers/block/zram/zram_group/
H A Dzram_group.c237 atomic64_add(size, &zgrp->stats[gid].zram_size); in zgrp_obj_stats_inc()
239 atomic64_add(size, &zgrp->stats[0].zram_size); in zgrp_obj_stats_inc()
252 atomic64_sub(size, &zgrp->stats[gid].zram_size); in zgrp_obj_stats_dec()
254 atomic64_sub(size, &zgrp->stats[0].zram_size); in zgrp_obj_stats_dec()
H A Dzram_group.h42 atomic64_t zram_size; member
H A Dgroup_writeback.c621 return atomic64_read(&zram->zgrp->stats[gid].zram_size); in group_obj_stats()

Completed in 7 milliseconds