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

/illumos-gate/usr/src/uts/common/io/xge/hal/include/
H A Dxgehal-mm.h149 int num_allocate, int *num_allocated);
/illumos-gate/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxgehal-mm.c31 * Will resize mempool up to %num_allocate value.
34 __hal_mempool_grow(xge_hal_mempool_t *mempool, int num_allocate, argument
42 if ((mempool->memblocks_allocated + num_allocate) >
50 i < mempool->memblocks_allocated + num_allocate; i++) {
53 ((mempool->memblocks_allocated+num_allocate-1) == i);

Completed in 93 milliseconds