centos man page for idr_get_next

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)

NAME
idr_get_next - lookup next object of id to given id.
SYNOPSIS
void * idr_get_next(struct idr * idp, int * nextidp);
ARGUMENTS
idp idr handle nextidp pointer to lookup key
DESCRIPTION
Returns 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.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 IDR_GET_NEXT(9)
Related Man Pages
debugfs_create_bool(9) - centos
debugfs_create_blob(9) - centos
securityfs_create_file(9) - centos
usb_fill_int_urb(9) - centos
device_create_vargs(9) - suse
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
Unsure why access time on a directory change isn't changing
Controlling user input