Searched refs:ZRAM_HUGE (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/block/zram/ |
| H A D | zram_drv.h | 50 ZRAM_HUGE, /* Incompressible page */ enumerator
|
| H A D | zram_drv.c | 949 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() 1356 if (test_slot_flag(zram, index, ZRAM_HUGE)) { in decompress_bdev_page() 1570 test_slot_flag(zram, index, ZRAM_HUGE) ? 'h' : '.', in read_block_state() 1996 if (test_slot_flag(zram, index, ZRAM_HUGE)) { in slot_free() 2003 clear_slot_flag(zram, index, ZRAM_HUGE); in slot_free() 2124 if (!test_slot_flag(zram, index, ZRAM_HUGE)) in read_from_zspool() 2228 set_slot_flag(zram, index, ZRAM_HUGE); in write_incompressible_page() 2355 !test_slot_flag(zram, index, ZRAM_HUGE)) in scan_slots_for_recompress()
|