Searched refs:ZRAM_IDLE (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/block/zram/ |
| H A D | zram_drv.h | 51 ZRAM_IDLE, /* not accessed page since last idle marking */ enumerator
|
| H A D | zram_drv.c | 190 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()
|