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

/mm/
H A Dmempool.c59 * memory pool. The pool can be used from the mempool_alloc() and mempool_free()
61 * functions might sleep - as long as the mempool_alloc() function is not called
123 * while this function is running. mempool_alloc() & mempool_free()
187 * mempool_alloc - allocate an element from a specific memory pool
198 void * mempool_alloc(mempool_t *pool, gfp_t gfp_mask) function
265 EXPORT_SYMBOL(mempool_alloc); variable
283 * Paired with the wmb in mempool_alloc(). The preceding read is
291 * performs "p = mempool_alloc(...);" while another task is doing

Completed in 35 milliseconds