Query: idr_get_next
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
IDR_GET_NEXT(9) Basic Kernel Library Functions IDR_GET_NEXT(9)NAMEidr_get_next - lookup next object of id to given id.SYNOPSISvoid * idr_get_next(struct idr * idp, int * nextidp);ARGUMENTSidp idr handle nextidp pointer to lookup keyDESCRIPTIONReturns pointer to registered object with id, which is next number to given id. After being looked up, *nextidp will be updated for the next iteration. This function can be called under rcu_read_lock, given that the leaf pointers lifetimes are correctly managed.COPYRIGHTKernel Hackers Manual 3.10 June 2014 IDR_GET_NEXT(9)
Related Man Pages |
---|
device_create_with_groups(9) - centos |
usb_fill_int_urb(9) - centos |
usb_gstrings_attach(9) - centos |
usb_interface_id(9) - centos |
net::dns::rr::nsap5.18(3) - mojave |
Similar Topics in the Unix Linux Community |
---|
Weird 'find' results |
DB2 convert digits to binary format |
CentOS7 restoring file capabilities |
Docker learning Phase-I |
[TIP] Processing YAML files with yq |