Query: ida_get_new_above
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
IDA_GET_NEW_ABOVE(9) Basic Kernel Library Functions IDA_GET_NEW_ABOVE(9)NAMEida_get_new_above - allocate new ID above or equal to a start idSYNOPSISint ida_get_new_above(struct ida * ida, int starting_id, int * p_id);ARGUMENTSida ida handle starting_id id to start search at p_id pointer to the allocated handleDESCRIPTIONAllocate new ID above or equal to starting_id. It should be called with any required locks. If memory is required, it will return -EAGAIN, you should unlock and go back to the ida_pre_get call. If the ida is full, it will return -ENOSPC. p_id returns a value in the range starting_id ... 0x7fffffff.COPYRIGHTKernel Hackers Manual 3.10 June 2014 IDA_GET_NEW_ABOVE(9)
| Related Man Pages |
|---|
| kmalloc_array(9) - centos |
| usb_interface_id(9) - centos |
| vfs_lock_file(9) - centos |
| array-info(1) - debian |
| ida(4) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| Set hard block limit for user using quota |
| DB2 convert digits to binary format |
| Docker learning Phase-I |
| CentOS 6 ran out of space, need to reclaim it |
| [TIP] Processing YAML files with yq |