Found 17 other functions taking a
os_mempool
argument:
Initialize a memory pool.
Puts the memory block back into the pool
Get a memory block from a memory pool
Checks if a memory block was allocated from the specified mempool.
Initialize a pool of mbufs.
Puts the memory block back into the pool, ignoring the put callback, if any. This function should only be called from a put callback to free a block without causing infinite recursion.
Mallocs a block of memory and initializes a mempool to use it.
Mallocs a block of memory and initializes an mbuf pool to use it. The specified block_size indicates the size of an mbuf acquired from the pool if it does not contain a pkthdr.
Get information about the next system memory pool.
Removes the specified mempool from the list of initialized mempools.
Performs an integrity check of the specified mempool. This function attempts to detect memory corruption in the specified memory pool.
Mallocs a block of memory and initializes an mbuf pool to use it. The specified block_size indicates the size of an mbuf acquired from the pool if it contains a pkthdr.