Searched refs:ZRAM_HUGE (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/block/zram/ |
| H A D | zram_drv.h | 51 ZRAM_HUGE, /* Incompressible page */ enumerator
|
| H A D | zram_drv.c | 944 if (test_slot_flag(zram, index, ZRAM_HUGE)) in zram_writeback_complete() 1220 !test_slot_flag(zram, index, ZRAM_HUGE)) in scan_slots_for_writeback() 1358 if (test_slot_flag(zram, index, ZRAM_HUGE)) { in decompress_bdev_page() 1578 test_slot_flag(zram, index, ZRAM_HUGE) ? 'h' : '.', in read_block_state() 2035 if (test_slot_flag(zram, index, ZRAM_HUGE)) { in slot_free() 2042 clear_slot_flag(zram, index, ZRAM_HUGE); in slot_free() 2168 if (!test_slot_flag(zram, index, ZRAM_HUGE)) in read_from_zspool() 2272 set_slot_flag(zram, index, ZRAM_HUGE); in write_incompressible_page() 2412 !test_slot_flag(zram, index, ZRAM_HUGE)) in scan_slots_for_recompress()
|