centos man page for ida_simple_get

Query: ida_simple_get

OS: centos

Section: 9

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

IDA_SIMPLE_GET(9)					  Basic Kernel Library Functions					 IDA_SIMPLE_GET(9)

NAME
ida_simple_get - get a new id.
SYNOPSIS
int ida_simple_get(struct ida * ida, unsigned int start, unsigned int end, gfp_t gfp_mask);
ARGUMENTS
ida the (initialized) ida. start the minimum id (inclusive, < 0x8000000) end the maximum id (exclusive, < 0x8000000 or 0) gfp_mask memory allocation flags
DESCRIPTION
Allocates an id in the range start <= id < end, or returns -ENOSPC. On memory allocation failure, returns -ENOMEM. Use ida_simple_remove to get rid of an id.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 IDA_SIMPLE_GET(9)
Related Man Pages
kcalloc(9) - suse
bio_alloc_bioset(9) - centos
ida(4) - debian
blk_make_request(9) - suse
ida(4) - freebsd
Similar Topics in the Unix Linux Community
Set hard block limit for user using quota
Best performance UNIX just for HOST Virtualization?
DB2 convert digits to binary format
CentOS7 restoring file capabilities
Docker learning Phase-I