Home
last modified time | relevance | path

Searched refs:alloced_pages (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/block/zram/
Dzram_drv.c658 unsigned long alloced_pages; in zram_bvec_write() local
728 alloced_pages = zs_get_total_pages(meta->mem_pool); in zram_bvec_write()
729 update_used_max(zram, alloced_pages); in zram_bvec_write()
731 if (zram->limit_pages && alloced_pages > zram->limit_pages) { in zram_bvec_write()