Home
last modified time | relevance | path

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

/linux/drivers/block/zram/
H A Dzram_drv.h50 ZRAM_HUGE, /* Incompressible page */ enumerator
H A Dzram_drv.c956 huge = test_slot_flag(zram, index, ZRAM_HUGE); in zram_writeback_complete()
965 set_slot_flag(zram, index, ZRAM_HUGE); in zram_writeback_complete()
1236 !test_slot_flag(zram, index, ZRAM_HUGE)) in scan_slots_for_writeback()
1372 if (test_slot_flag(zram, index, ZRAM_HUGE)) { in decompress_bdev_page()
1586 test_slot_flag(zram, index, ZRAM_HUGE) ? 'h' : '.', in read_block_state()
2012 if (test_slot_flag(zram, index, ZRAM_HUGE)) { in slot_free()
2013 clear_slot_flag(zram, index, ZRAM_HUGE); in slot_free()
2135 if (!test_slot_flag(zram, index, ZRAM_HUGE)) in read_from_zspool()
2239 set_slot_flag(zram, index, ZRAM_HUGE); in write_incompressible_page()
2366 !test_slot_flag(zram, index, ZRAM_HUGE)) in scan_slots_for_recompress()