Searched defs:mempool_destroy (Results 1 - 1 of 1) sorted by relevance

/mm/
H A Dmempool.c32 * mempool_destroy - deallocate a memory pool
39 void mempool_destroy(mempool_t *pool) function
48 EXPORT_SYMBOL(mempool_destroy); variable
101 mempool_destroy(pool);
122 * Note, the caller must guarantee that no mempool_destroy is called

Completed in 44 milliseconds