Searched refs:ZRAM_PP_SLOT (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/block/zram/ |
| H A D | zram_drv.h | 50 ZRAM_PP_SLOT, /* Selected for post-processing */ enumerator
|
| H A D | zram_drv.c | 184 clear_slot_flag(zram, index, ZRAM_PP_SLOT); in mark_slot_accessed() 260 clear_slot_flag(zram, pps->index, ZRAM_PP_SLOT); in release_pp_slot() 303 set_slot_flag(zram, pps->index, ZRAM_PP_SLOT); in place_pp_slot() 938 if (!test_slot_flag(zram, index, ZRAM_PP_SLOT)) { in zram_writeback_complete() 1082 if (!test_slot_flag(zram, index, ZRAM_PP_SLOT)) in zram_writeback_slots() 2032 clear_slot_flag(zram, index, ZRAM_PP_SLOT); in slot_free() 2665 if (!test_slot_flag(zram, pps->index, ZRAM_PP_SLOT)) in recompress_store()
|