Searched refs:mempool_alloc_from_pool (Results 1 – 1 of 1) sorted by relevance
| /linux/mm/ |
| H A D | mempool.c | 413 static unsigned int mempool_alloc_from_pool(struct mempool *pool, void **elems, in mempool_alloc_from_pool() function 530 allocated = mempool_alloc_from_pool(pool, elems, count, allocated, in mempool_alloc_bulk_noprof() 578 if (!mempool_alloc_from_pool(pool, &element, 1, 0, gfp_temp)) { in mempool_alloc_noprof() 609 mempool_alloc_from_pool(pool, &element, 1, 0, GFP_NOWAIT); in mempool_alloc_preallocated()
|