Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxgehal-mm.c34 __hal_mempool_grow(xge_hal_mempool_t *mempool, int num_allocate, in __hal_mempool_grow() argument
42 if ((mempool->memblocks_allocated + num_allocate) > in __hal_mempool_grow()
50 i < mempool->memblocks_allocated + num_allocate; i++) { in __hal_mempool_grow()
53 ((mempool->memblocks_allocated+num_allocate-1) == i); in __hal_mempool_grow()
/titanic_50/usr/src/uts/common/io/xge/hal/include/
H A Dxgehal-mm.h149 int num_allocate, int *num_allocated);