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.c190 clear_slot_flag(zram, index, ZRAM_IDLE); in mark_slot_accessed()
452 set_slot_flag(zram, index, ZRAM_IDLE); in mark_idle()
454 clear_slot_flag(zram, index, ZRAM_IDLE); in mark_idle()
1233 !test_slot_flag(zram, index, ZRAM_IDLE)) in scan_slots_for_writeback()
1587 test_slot_flag(zram, index, ZRAM_IDLE) ? 'i' : '.', in read_block_state()
2007 clear_slot_flag(zram, index, ZRAM_IDLE); in slot_free()
2362 !test_slot_flag(zram, index, ZRAM_IDLE)) in scan_slots_for_recompress()
2429 clear_slot_flag(zram, index, ZRAM_IDLE); in recompress_slot()