Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/uwb/
Dallocator.c146 int found = UWB_RSV_ALLOC_NOT_FOUND; in uwb_rsv_find_best_column_set()
185 (found == UWB_RSV_ALLOC_NOT_FOUND)) { in uwb_rsv_find_best_column_set()
286 return UWB_RSV_ALLOC_NOT_FOUND; in uwb_rsv_find_best_row_alloc()
300 return UWB_RSV_ALLOC_NOT_FOUND; in uwb_rsv_find_best_col_alloc()
308 if (uwb_rsv_find_best_column_set(ai, interval, 0, n_mas) == UWB_RSV_ALLOC_NOT_FOUND) in uwb_rsv_find_best_col_alloc()
318 return UWB_RSV_ALLOC_NOT_FOUND; in uwb_rsv_find_best_col_alloc()
330 return UWB_RSV_ALLOC_NOT_FOUND; in uwb_rsv_find_best_allocation()
384 return UWB_RSV_ALLOC_NOT_FOUND; in uwb_rsv_find_best_allocation()
Duwb-internal.h128 UWB_RSV_ALLOC_NOT_FOUND, enumerator
Drsv.c574 if (ret == UWB_RSV_ALLOC_NOT_FOUND) { in uwb_rsv_establish()