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