Searched refs:ZRAM_IDLE (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/block/zram/ |
H A D | zram_drv.c | 179 zram_clear_flag(zram, index, ZRAM_IDLE); in zram_accessed() 298 * Do not mark ZRAM_UNDER_WB slot as ZRAM_IDLE to close race. in mark_idle() 301 * Also do not mark ZRAM_SAME slots as ZRAM_IDLE, because no in mark_idle() 305 * And ZRAM_WB slots simply cannot be ZRAM_IDLE. in mark_idle() 321 zram_set_flag(zram, index, ZRAM_IDLE); in mark_idle() 323 zram_clear_flag(zram, index, ZRAM_IDLE); in mark_idle() 703 !zram_test_flag(zram, index, ZRAM_IDLE)) in writeback_store() 718 zram_set_flag(zram, index, ZRAM_IDLE); in writeback_store() 723 zram_clear_flag(zram, index, ZRAM_IDLE); in writeback_store() 741 zram_clear_flag(zram, index, ZRAM_IDLE); in writeback_store() [all...] |
H A D | zram_drv.h | 54 ZRAM_IDLE, /* not accessed page since last idle marking */ enumerator
|