suse man page for mempool_alloc

Query: mempool_alloc

OS: suse

Section: 9

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

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
bio_alloc_bioset(9) - centos
pool_get_binding(3pool) - opensolaris
blk_make_request(9) - suse
pool_get_resource_binding(3pool) - sunos
pool_set_binding(3pool) - minix
Similar Topics in the Unix Linux Community
Is UNIX an open source OS ?
Migrating to UNIX
Update kernel Linux without reboot?!
SOCKS proxy & PAM configuration exposure
32 bit process addressing more than 4GB