idr_init (9) Linux Manual Page
idr_init – initialize idr handle
Synopsis
void idr_init(struct idr *idp);
Arguments
idp
-
- idr handle
Description
This function is use to set up the handle (idp) that you will pass to the rest of the functions.
idr_init – initialize idr handle
void idr_init(struct idr *idp);
idp
This function is use to set up the handle (idp) that you will pass to the rest of the functions.