Home
last modified time | relevance | path

Searched refs:UWB_RSV_ALLOC_FOUND (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/drivers/uwb/
Dallocator.c181 found = UWB_RSV_ALLOC_FOUND; in uwb_rsv_find_best_column_set()
187 found = UWB_RSV_ALLOC_FOUND; in uwb_rsv_find_best_column_set()
191 if (found == UWB_RSV_ALLOC_FOUND) { in uwb_rsv_find_best_column_set()
283 return UWB_RSV_ALLOC_FOUND; in uwb_rsv_find_best_row_alloc()
312 if (uwb_rsv_find_best_column_set(ai, interval, n_safe, n_unsafe) == UWB_RSV_ALLOC_FOUND) { in uwb_rsv_find_best_col_alloc()
314 return UWB_RSV_ALLOC_FOUND; in uwb_rsv_find_best_col_alloc()
342 if (uwb_rsv_find_best_row_alloc(ai) == UWB_RSV_ALLOC_FOUND) in uwb_rsv_find_best_allocation()
353 if (uwb_rsv_find_best_col_alloc(ai, interval) == UWB_RSV_ALLOC_FOUND) in uwb_rsv_find_best_allocation()
359 if (uwb_rsv_find_best_row_alloc(ai) == UWB_RSV_ALLOC_FOUND) in uwb_rsv_find_best_allocation()
380 return UWB_RSV_ALLOC_FOUND; in uwb_rsv_find_best_allocation()
Duwb-internal.h127 UWB_RSV_ALLOC_FOUND = 0, enumerator
Drsv.c633 if (uwb_rsv_find_best_allocation(rsv, available, &mv->final_mas) == UWB_RSV_ALLOC_FOUND) { in uwb_rsv_try_move()