Searched refs:ZRAM_PP_SLOT (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/drivers/block/zram/ |
| H A D | zram_drv.h | 49 ZRAM_PP_SLOT, /* Selected for post-processing */ enumerator
|
| H A D | zram_drv.c | 229 zram_clear_flag(zram, index, ZRAM_PP_SLOT); in zram_accessed() 271 zram_clear_flag(zram, pps->index, ZRAM_PP_SLOT); in release_pp_slot() 314 zram_set_flag(zram, pps->index, ZRAM_PP_SLOT); in place_pp_slot() 871 if (!zram_test_flag(zram, index, ZRAM_PP_SLOT)) in writeback_store() 911 if (!zram_test_flag(zram, index, ZRAM_PP_SLOT)) in writeback_store() 1510 zram_clear_flag(zram, index, ZRAM_PP_SLOT); in zram_free_page() 2144 if (!zram_test_flag(zram, pps->index, ZRAM_PP_SLOT)) in recompress_store()
|