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)NAMEida_simple_get - get a new id.SYNOPSISint ida_simple_get(struct ida * ida, unsigned int start, unsigned int end, gfp_t gfp_mask);ARGUMENTSida the (initialized) ida. start the minimum id (inclusive, < 0x8000000) end the maximum id (exclusive, < 0x8000000 or 0) gfp_mask memory allocation flagsDESCRIPTIONAllocates 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.COPYRIGHTKernel Hackers Manual 3.10 June 2014 IDA_SIMPLE_GET(9)
| Related Man Pages |
|---|
| call_usermodehelper_setup(9) - centos |
| bio_alloc_bioset(9) - centos |
| ccw_device_start_key(9) - centos |
| journal_try_to_free_buffers(9) - centos |
| 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? |
| CentOS7 restoring file capabilities |
| Controlling user input |
| [TIP] Processing YAML files with yq |