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

/linux-4.4.14/drivers/uwb/
H A Dallocator.c145 int n_mas; uwb_rsv_find_best_column_set() local
150 n_mas = num_unsafe_mas + num_safe_mas; uwb_rsv_find_best_column_set()
163 ci[col].max_avail_unsafe >= n_mas) { uwb_rsv_find_best_column_set()
164 if (ci[col].highest_mas[n_mas] > max_mas_in_set) uwb_rsv_find_best_column_set()
165 max_mas_in_set = ci[col].highest_mas[n_mas]; uwb_rsv_find_best_column_set()
291 int n_safe, n_unsafe, n_mas; uwb_rsv_find_best_col_alloc() local
307 for (n_mas = max_per_zone; n_mas >= min_per_zone; n_mas--) { uwb_rsv_find_best_col_alloc()
308 if (uwb_rsv_find_best_column_set(ai, interval, 0, n_mas) == UWB_RSV_ALLOC_NOT_FOUND) uwb_rsv_find_best_col_alloc()
310 for (n_safe = n_mas; n_safe >= 0; n_safe--) { uwb_rsv_find_best_col_alloc()
311 n_unsafe = n_mas - n_safe; uwb_rsv_find_best_col_alloc()

Completed in 50 milliseconds