Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxgehal-mm.c35 int *num_allocated) in __hal_mempool_grow() argument
40 *num_allocated = 0; in __hal_mempool_grow()
196 (*num_allocated)++; in __hal_mempool_grow()
205 mempool->memblocks_allocated += *num_allocated; in __hal_mempool_grow()
/illumos-gate/usr/src/uts/common/io/xge/hal/include/
H A Dxgehal-mm.h149 int num_allocate, int *num_allocated);