max_per_zone      282 drivers/staging/uwb/allocator.c 	int max_per_zone = ai->max_mas / n_column;
max_per_zone      292 drivers/staging/uwb/allocator.c 	if (max_per_zone > UWB_MAS_PER_ZONE) {
max_per_zone      293 drivers/staging/uwb/allocator.c 		max_per_zone = UWB_MAS_PER_ZONE;
max_per_zone      296 drivers/staging/uwb/allocator.c 	for (n_mas = max_per_zone; n_mas >= min_per_zone; n_mas--) {