Lines Matching refs:UWB_MAS_PER_ZONE
36 for (mas = 0; mas < UWB_MAS_PER_ZONE; mas++ ) { in uwb_rsv_fill_column_alloc()
37 if (bm[col * UWB_MAS_PER_ZONE + mas] == 0) { in uwb_rsv_fill_column_alloc()
48 bm[col * UWB_MAS_PER_ZONE + mas] = c; in uwb_rsv_fill_column_alloc()
63 for (mas = UWB_MAS_PER_ZONE - 1; mas >= 0; mas--) { in uwb_rsv_fill_row_alloc()
155 lowest_max_mas_in_deep = UWB_MAS_PER_ZONE; in uwb_rsv_find_best_column_set()
184 (lowest_max_mas_in_deep != UWB_MAS_PER_ZONE) && in uwb_rsv_find_best_column_set()
211 for (mas = 0; mas < UWB_MAS_PER_ZONE; mas ++) { in get_row_descriptors()
229 int safe_mas_in_row[UWB_MAS_PER_ZONE] = { in uwb_rsv_fill_column_info()
235 for (mas = 0; mas < UWB_MAS_PER_ZONE; mas ++) { in uwb_rsv_fill_column_info()
299 if (min_per_zone > UWB_MAS_PER_ZONE) { in uwb_rsv_find_best_col_alloc()
303 if (max_per_zone > UWB_MAS_PER_ZONE) { in uwb_rsv_find_best_col_alloc()
304 max_per_zone = UWB_MAS_PER_ZONE; in uwb_rsv_find_best_col_alloc()