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()
948 clear_slot_flag(zram, index, ZRAM_IDLE); in zram_writeback_complete()
1217 !test_slot_flag(zram, index, ZRAM_IDLE)) in scan_slots_for_writeback()
1571 test_slot_flag(zram, index, ZRAM_IDLE) ? 'i' : '.', in read_block_state()
1991 clear_slot_flag(zram, index, ZRAM_IDLE); in slot_free()
2351 !test_slot_flag(zram, index, ZRAM_IDLE)) in scan_slots_for_recompress()
2418 clear_slot_flag(zram, index, ZRAM_IDLE); in recompress_slot()