Searched refs:lowest_free_idx (Results 1 – 3 of 3) sorted by relevance
74 for (unsigned i = buf->lowest_free_idx; i < num_elements / 32; i++) { in util_idalloc_alloc()80 buf->lowest_free_idx = i; in util_idalloc_alloc()87 buf->lowest_free_idx = num_elements / 32; in util_idalloc_alloc()99 buf->lowest_free_idx = MIN2(idx, buf->lowest_free_idx); in util_idalloc_free()
41 unsigned lowest_free_idx; member
3920 - util/idalloc: add lowest_free_idx to avoid iterating from 0