Searched refs:region_width (Results 1 – 2 of 2) sorted by relevance
50 u8 region_width; in lock_region() local52 region_width = 10 + fls(num_pages); in lock_region()53 if (num_pages != (1ul << (region_width - 11))) { in lock_region()55 region_width += 1; in lock_region()57 KBASE_DEBUG_ASSERT(region_width <= KBASE_LOCK_REGION_MAX_SIZE); in lock_region()58 KBASE_DEBUG_ASSERT(region_width >= KBASE_LOCK_REGION_MIN_SIZE); in lock_region()59 region |= region_width; in lock_region()
60 u8 region_width; in lock_region() local67 region_width = fls64(size - 1) - 1; in lock_region()68 region |= region_width; in lock_region()