Searched refs:zram_size (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/mm/ |
H A D | zswapd_control.c | 488 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 D | zswapd_control.c | 489 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 D | zram_group.c | 237 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 D | zram_group.h | 42 atomic64_t zram_size; member
|
H A D | group_writeback.c | 621 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 D | zram_group.c | 237 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 D | zram_group.h | 42 atomic64_t zram_size; member
|
H A D | group_writeback.c | 621 return atomic64_read(&zram->zgrp->stats[gid].zram_size); in group_obj_stats()
|
Completed in 7 milliseconds