1IDR_REMOVE(9) Basic Kernel Library Functions IDR_REMOVE(9)
23
4
NAME
6idr_remove - remove the given id and free its slot
7
SYNOPSIS
9void idr_remove(struct idr * idp, int id);
10
ARGUMENTS
12idp
13idr handle
1415
id
16unique key
17
COPYRIGHT
19Kernel Hackers Manual 3.10 June 2019 IDR_REMOVE(9)