Home
last modified time | relevance | path

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

/drivers/staging/uwb/
Dallocator.c170 found = UWB_RSV_ALLOC_FOUND; in uwb_rsv_find_best_column_set()
176 found = UWB_RSV_ALLOC_FOUND; in uwb_rsv_find_best_column_set()
180 if (found == UWB_RSV_ALLOC_FOUND) { in uwb_rsv_find_best_column_set()
272 return UWB_RSV_ALLOC_FOUND; in uwb_rsv_find_best_row_alloc()
301 if (uwb_rsv_find_best_column_set(ai, interval, n_safe, n_unsafe) == UWB_RSV_ALLOC_FOUND) { in uwb_rsv_find_best_col_alloc()
303 return UWB_RSV_ALLOC_FOUND; in uwb_rsv_find_best_col_alloc()
331 if (uwb_rsv_find_best_row_alloc(ai) == UWB_RSV_ALLOC_FOUND) in uwb_rsv_find_best_allocation()
342 if (uwb_rsv_find_best_col_alloc(ai, interval) == UWB_RSV_ALLOC_FOUND) in uwb_rsv_find_best_allocation()
348 if (uwb_rsv_find_best_row_alloc(ai) == UWB_RSV_ALLOC_FOUND) in uwb_rsv_find_best_allocation()
369 return UWB_RSV_ALLOC_FOUND; in uwb_rsv_find_best_allocation()
Duwb-internal.h114 UWB_RSV_ALLOC_FOUND = 0, enumerator
Drsv.c622 if (uwb_rsv_find_best_allocation(rsv, available, &mv->final_mas) == UWB_RSV_ALLOC_FOUND) { in uwb_rsv_try_move()