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() 1229 test_slot_flag(zram, index, ZRAM_SAME)) in scan_slots_for_writeback() 1584 test_slot_flag(zram, index, ZRAM_SAME) ? 's' : '.', in read_block_state() 2027 if (test_slot_flag(zram, index, ZRAM_SAME)) { in slot_free() 2028 clear_slot_flag(zram, index, ZRAM_SAME); in slot_free() 2131 if (test_slot_flag(zram, index, ZRAM_SAME) || in read_from_zspool() 2201 set_slot_flag(zram, index, ZRAM_SAME); in write_same_filled_page() 2370 test_slot_flag(zram, index, ZRAM_SAME) || in scan_slots_for_recompress()
|