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

/linux-4.1.27/drivers/uwb/
H A Dallocator.c293 int max_per_zone = ai->max_mas / n_column; uwb_rsv_find_best_col_alloc() local
303 if (max_per_zone > UWB_MAS_PER_ZONE) { uwb_rsv_find_best_col_alloc()
304 max_per_zone = UWB_MAS_PER_ZONE; uwb_rsv_find_best_col_alloc()
307 for (n_mas = max_per_zone; n_mas >= min_per_zone; n_mas--) { uwb_rsv_find_best_col_alloc()

Completed in 91 milliseconds