Searched refs:test_slot_flag (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/block/zram/ |
| H A D | zram_drv.c | 124 static bool test_slot_flag(struct zram *zram, unsigned long index, in test_slot_flag() function 157 test_slot_flag(zram, index, ZRAM_SAME) || in slot_allocated() 158 test_slot_flag(zram, index, ZRAM_WB); in slot_allocated() 434 test_slot_flag(zram, index, ZRAM_WB) || in mark_idle() 435 test_slot_flag(zram, index, ZRAM_SAME)) { in mark_idle() 938 if (!test_slot_flag(zram, index, ZRAM_PP_SLOT)) { in zram_writeback_complete() 944 if (test_slot_flag(zram, index, ZRAM_HUGE)) in zram_writeback_complete() 1082 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 …]
|