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
blk_make_request(9) - centos
journal_try_to_free_buffers(9) - centos
usb_sg_init(9) - centos
struct_irq_chip(9) - suse
Similar Topics in the Unix Linux Community
Is UNIX an open source OS ?
DB2 convert digits to binary format
CentOS7 restoring file capabilities
Shopt -s histappend
Please Welcome Dave Munro to the Moderator Team!