Searched refs:ZRAM_SAME (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/block/zram/ |
| H A D | zram_drv.h | 46 ZRAM_SAME = ZRAM_FLAG_SHIFT, /* Page consists the same element */ enumerator
|
| H A D | zram_drv.c | 164 test_slot_flag(zram, index, ZRAM_SAME) || in slot_allocated() 442 test_slot_flag(zram, index, ZRAM_SAME)) { in mark_idle() 1213 test_slot_flag(zram, index, ZRAM_SAME)) in scan_slots_for_writeback() 1568 test_slot_flag(zram, index, ZRAM_SAME) ? 's' : '.', in read_block_state() 2016 if (test_slot_flag(zram, index, ZRAM_SAME)) { in slot_free() 2017 clear_slot_flag(zram, index, ZRAM_SAME); in slot_free() 2120 if (test_slot_flag(zram, index, ZRAM_SAME) || in read_from_zspool() 2190 set_slot_flag(zram, index, ZRAM_SAME); in write_same_filled_page() 2359 test_slot_flag(zram, index, ZRAM_SAME) || in scan_slots_for_recompress()
|