Home
last modified time | relevance | path

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

/external/mesa3d/src/util/
Dsparse_array.c272 uint32_t *head_next = (uint32_t *)((char *)head_elem + fl->next_offset); in util_sparse_array_free_list_pop_idx() local
273 uint64_t new_head = free_list_head(current_head, p_atomic_read(head_next)); in util_sparse_array_free_list_pop_idx()
293 uint32_t *head_next = (uint32_t *)((char *)head_elem + fl->next_offset); in util_sparse_array_free_list_pop_elem() local
294 uint64_t new_head = free_list_head(current_head, p_atomic_read(head_next)); in util_sparse_array_free_list_pop_elem()