Searched refs:util_sparse_array_free_list (Results 1 – 3 of 3) sorted by relevance
90 struct util_sparse_array_free_list struct119 void util_sparse_array_free_list_init(struct util_sparse_array_free_list *fl, argument124 void util_sparse_array_free_list_push(struct util_sparse_array_free_list *fl,127 uint32_t util_sparse_array_free_list_pop_idx(struct util_sparse_array_free_list *fl);128 void *util_sparse_array_free_list_pop_elem(struct util_sparse_array_free_list *fl);
218 util_sparse_array_free_list_init(struct util_sparse_array_free_list *fl, in util_sparse_array_free_list_init()236 util_sparse_array_free_list_push(struct util_sparse_array_free_list *fl, in util_sparse_array_free_list_push()261 util_sparse_array_free_list_pop_idx(struct util_sparse_array_free_list *fl) in util_sparse_array_free_list_pop_idx()282 util_sparse_array_free_list_pop_elem(struct util_sparse_array_free_list *fl) in util_sparse_array_free_list_pop_elem()
887 struct util_sparse_array_free_list free_list[16];