Searched refs:ZRAM_COMP_PRIORITY_BIT1 (Results 1 – 2 of 2) sorted by relevance
54 ZRAM_COMP_PRIORITY_BIT1, /* First bit of comp priority index */ enumerator
177 ZRAM_COMP_PRIORITY_BIT1); in set_slot_comp_priority()178 zram->table[index].attr.flags |= (prio << ZRAM_COMP_PRIORITY_BIT1); in set_slot_comp_priority()183 u32 prio = zram->table[index].attr.flags >> ZRAM_COMP_PRIORITY_BIT1; in get_slot_comp_priority()