Searched refs:util_slab_get_block (Results 1 – 1 of 1) sorted by relevance
46 util_slab_get_block(struct util_slab_mempool *pool, in util_slab_get_block() function65 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()