Home
last modified time | relevance | path

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

/linux/drivers/block/zram/
H A Dzram_drv.h51 ZRAM_IDLE, /* not accessed page since last idle marking */ enumerator
H A Dzram_drv.c191 clear_slot_flag(zram, index, ZRAM_IDLE); in mark_slot_accessed()
434 * Do not mark ZRAM_SAME slots as ZRAM_IDLE, because no in mark_idle()
438 * And ZRAM_WB slots simply cannot be ZRAM_IDLE. in mark_idle()
453 set_slot_flag(zram, index, ZRAM_IDLE); in mark_idle()
455 clear_slot_flag(zram, index, ZRAM_IDLE); in mark_idle()
950 clear_slot_flag(zram, index, ZRAM_IDLE); in zram_writeback_complete()
1224 !test_slot_flag(zram, index, ZRAM_IDLE)) in scan_slots_for_writeback()
1577 test_slot_flag(zram, index, ZRAM_IDLE) ? 'i' : '.', in read_block_state()
2018 clear_slot_flag(zram, index, ZRAM_IDLE); in slot_free()
2392 !test_slot_flag(zram, index, ZRAM_IDLE)) in scan_slots_for_recompress()
[all...]