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