Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/block/zram/
Dzram_drv.c590 unsigned long alloced_pages; in zram_bvec_write() local
661 alloced_pages = zs_get_total_pages(meta->mem_pool); in zram_bvec_write()
662 if (zram->limit_pages && alloced_pages > zram->limit_pages) { in zram_bvec_write()
668 update_used_max(zram, alloced_pages); in zram_bvec_write()