n_safe            280 drivers/staging/uwb/allocator.c 	int n_safe, n_unsafe, n_mas;  
n_safe            299 drivers/staging/uwb/allocator.c 		for (n_safe = n_mas; n_safe >= 0; n_safe--) {
n_safe            300 drivers/staging/uwb/allocator.c 			n_unsafe = n_mas - n_safe;
n_safe            301 drivers/staging/uwb/allocator.c 			if (uwb_rsv_find_best_column_set(ai, interval, n_safe, n_unsafe) == UWB_RSV_ALLOC_FOUND) {