Home
last modified time | relevance | path

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

/linux/drivers/block/zram/
H A Dzram_drv.h46 ZRAM_SAME = ZRAM_FLAG_SHIFT, /* Page consists the same element */ enumerator
H A Dzram_drv.c165 test_slot_flag(zram, index, ZRAM_SAME) || in slot_allocated()
434 * Do not mark ZRAM_SAME slots as ZRAM_IDLE, because no in mark_idle()
436 * ZRAM_SAME slot. in mark_idle()
443 test_slot_flag(zram, index, ZRAM_SAME)) { in mark_idle()
1220 test_slot_flag(zram, index, ZRAM_SAME)) in scan_slots_for_writeback()
1574 test_slot_flag(zram, index, ZRAM_SAME) ? 's' : '.', in read_block_state()
2043 if (test_slot_flag(zram, index, ZRAM_SAME)) { in slot_free()
2044 clear_slot_flag(zram, index, ZRAM_SAME); in slot_free()
2149 if (test_slot_flag(zram, index, ZRAM_SAME) || in read_from_zspool()
2219 set_slot_flag(zram, index, ZRAM_SAME); in write_same_filled_page()
[all...]