Home
last modified time | relevance | path

Searched refs:n_mas (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/drivers/staging/uwb/
Dallocator.c134 int n_mas; in uwb_rsv_find_best_column_set() local
139 n_mas = num_unsafe_mas + num_safe_mas; in uwb_rsv_find_best_column_set()
152 ci[col].max_avail_unsafe >= n_mas) { in uwb_rsv_find_best_column_set()
153 if (ci[col].highest_mas[n_mas] > max_mas_in_set) in uwb_rsv_find_best_column_set()
154 max_mas_in_set = ci[col].highest_mas[n_mas]; in uwb_rsv_find_best_column_set()
280 int n_safe, n_unsafe, n_mas; in uwb_rsv_find_best_col_alloc() local
296 for (n_mas = max_per_zone; n_mas >= min_per_zone; n_mas--) { in uwb_rsv_find_best_col_alloc()
297 if (uwb_rsv_find_best_column_set(ai, interval, 0, n_mas) == UWB_RSV_ALLOC_NOT_FOUND) in uwb_rsv_find_best_col_alloc()
299 for (n_safe = n_mas; n_safe >= 0; n_safe--) { in uwb_rsv_find_best_col_alloc()
300 n_unsafe = n_mas - n_safe; in uwb_rsv_find_best_col_alloc()