Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/uwb/
Dallocator.c135 int found = UWB_RSV_ALLOC_NOT_FOUND; in uwb_rsv_find_best_column_set()
174 (found == UWB_RSV_ALLOC_NOT_FOUND)) { in uwb_rsv_find_best_column_set()
275 return UWB_RSV_ALLOC_NOT_FOUND; in uwb_rsv_find_best_row_alloc()
289 return UWB_RSV_ALLOC_NOT_FOUND; in uwb_rsv_find_best_col_alloc()
297 if (uwb_rsv_find_best_column_set(ai, interval, 0, n_mas) == UWB_RSV_ALLOC_NOT_FOUND) in uwb_rsv_find_best_col_alloc()
307 return UWB_RSV_ALLOC_NOT_FOUND; in uwb_rsv_find_best_col_alloc()
319 return UWB_RSV_ALLOC_NOT_FOUND; in uwb_rsv_find_best_allocation()
373 return UWB_RSV_ALLOC_NOT_FOUND; in uwb_rsv_find_best_allocation()
Duwb-internal.h115 UWB_RSV_ALLOC_NOT_FOUND, enumerator
Drsv.c563 if (ret == UWB_RSV_ALLOC_NOT_FOUND) { in uwb_rsv_establish()