Searched refs:ZRAM_PP_SLOT (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/block/zram/ |
| H A D | zram_drv.h | 49 ZRAM_PP_SLOT, /* Selected for post-processing */ enumerator
|
| H A D | zram_drv.c | 191 clear_slot_flag(zram, index, ZRAM_PP_SLOT); in mark_slot_accessed() 267 clear_slot_flag(zram, pps->index, ZRAM_PP_SLOT); in release_pp_slot() 310 set_slot_flag(zram, pps->index, ZRAM_PP_SLOT); in place_pp_slot() 944 if (!test_slot_flag(zram, index, ZRAM_PP_SLOT)) { in zram_writeback_complete() 1101 if (!test_slot_flag(zram, index, ZRAM_PP_SLOT)) in zram_writeback_slots() 2009 clear_slot_flag(zram, index, ZRAM_PP_SLOT); in slot_free() 2666 if (!test_slot_flag(zram, pps->index, ZRAM_PP_SLOT)) in recompress_store()
|