Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/util/
Du_slab.c46 util_slab_get_block(struct util_slab_mempool *pool, in util_slab_get_block() function
65 block = util_slab_get_block(pool, page, i); in util_slab_add_new_page()
66 block->next_free = util_slab_get_block(pool, page, i+1); in util_slab_add_new_page()
70 block = util_slab_get_block(pool, page, pool->num_blocks-1); in util_slab_add_new_page()
73 pool->first_free = util_slab_get_block(pool, page, 0); in util_slab_add_new_page()