idr_get_next(9) centos man page | unix.com

Man Page: idr_get_next

Operating Environment: centos

Section: 9

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
device_create(9) - centos
device_create_vargs(9) - centos
securityfs_create_file(9) - centos
m17nobject(3m17n) - debian
net::dns::rr::nsap5.18(3) - mojave
Similar Topics in the Unix Linux Community
Is UNIX an open source OS ?
CentOS7 restoring file capabilities
Docker learning Phase-I
Shopt -s histappend
[TIP] Processing YAML files with yq