mempool_alloc(9) suse man page | unix.com

Man Page: mempool_alloc

Operating Environment: suse

Section: 9

MEMPOOL_ALLOC(9)					    Memory Management in Linux						  MEMPOOL_ALLOC(9)

NAME
mempool_alloc - allocate an element from a specific memory pool
SYNOPSIS
void * mempool_alloc(mempool_t * pool, gfp_t gfp_mask);
ARGUMENTS
pool pointer to the memory pool which was allocated via mempool_create. gfp_mask the usual allocation bitmask.
DESCRIPTION
this function only sleeps if the alloc_fn function sleeps or returns NULL. Note that due to preallocation, this function *never* fails when called from process contexts. (it might fail if called from an IRQ context.)
COPYRIGHT
Kernel Hackers Manual 2.6. July 2010 MEMPOOL_ALLOC(9)
Related Man Pages
blk_make_request(9) - centos
libtalloc_pools(3) - centos
vxmemstat(1m) - hpux
blk_make_request(9) - suse
pool_set_binding(3pool) - sunos
Similar Topics in the Unix Linux Community
How to restrict user to a specific directory in solaris 10
Change directory error
Migrating to UNIX
Cut command on RHEL 6.8 compatibility issues
The Future of the PM (Private Message) System at UNIX.com