1MEMPOOL_FREE(9) Memory Management in Linux MEMPOOL_FREE(9)
23
4
NAME
6mempool_free - return an element to the pool.
7
SYNOPSIS
9void mempool_free(void * element, mempool_t * pool);
10
ARGUMENTS
12element
13pool element pointer.
1415
pool
16pointer to the memory pool which was allocated via mempool_create.
17
DESCRIPTION
19this function only sleeps if the free_fn function sleeps.
20
COPYRIGHT
22Kernel Hackers Manual 3.10 June 2019 MEMPOOL_FREE(9)