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

/freebsd-11-stable/sys/dev/nxge/xgehal/
H A Dxgehal-mm.c236 int memblocks_to_allocate; local
328 memblocks_to_allocate = (mempool->items_initial +
333 "%d items per memblock", memblocks_to_allocate,
337 status = __hal_mempool_grow(mempool, memblocks_to_allocate, &allocated);
/freebsd-11-stable/sys/dev/vxge/vxgehal/
H A Dvxgehal-mm.c245 u32 memblocks_to_allocate; local
378 memblocks_to_allocate = (mempool->items_initial +
383 "%d items per memblock", memblocks_to_allocate,
387 status = __hal_mempool_grow(mempool, memblocks_to_allocate, &allocated);

Completed in 102 milliseconds