Searched refs:test_slot_flag (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/block/zram/ |
| H A D | zram_drv.c | 131 static bool test_slot_flag(struct zram *zram, u32 index, in test_slot_flag() function 164 test_slot_flag(zram, index, ZRAM_SAME) || in slot_allocated() 165 test_slot_flag(zram, index, ZRAM_WB); in slot_allocated() 441 test_slot_flag(zram, index, ZRAM_WB) || in mark_idle() 442 test_slot_flag(zram, index, ZRAM_SAME)) { in mark_idle() 943 if (!test_slot_flag(zram, index, ZRAM_PP_SLOT)) { in zram_writeback_complete() 949 if (test_slot_flag(zram, index, ZRAM_HUGE)) in zram_writeback_complete() 1085 if (!test_slot_flag(zram, index, ZRAM_PP_SLOT)) in zram_writeback_slots() 1212 if (test_slot_flag(zram, index, ZRAM_WB) || in scan_slots_for_writeback() 1213 test_slot_flag(zram, index, ZRAM_SAME)) in scan_slots_for_writeback() [all …]
|