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