centos man page for ida_simple_get

Query: ida_simple_get

OS: centos

Section: 9

Links: centos man pages   all man pages

Forums: unix linux community   forum categories

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
bio_alloc_bioset(9) - centos
blk_make_request(9) - centos
ccw_device_start_key(9) - centos
kmalloc_array(9) - centos
blk_make_request(9) - suse
Similar Topics in the Unix Linux Community
Set hard block limit for user using quota
Tar Command
Shopt -s histappend
Controlling user input
[TIP] Processing YAML files with yq