1IDR_INIT(9) Basic Kernel Library Functions IDR_INIT(9)
23
4
NAME
6idr_init - initialize idr handle
7
SYNOPSIS
9void idr_init(struct idr * idp);
10
ARGUMENTS
12idp
13idr handle
14
DESCRIPTION
16This function is use to set up the handle (idp) that you will pass to
17the rest of the functions.
18
COPYRIGHT
20Kernel Hackers Manual 3.10 June 2019 IDR_INIT(9)