IDR_REMOVE
Section: Basic Kernel Library Functions (9)
Updated: February 2011
Index
Return to Main Contents
 
NAME
idr_remove - remove the given id and free its slot
 
SYNOPSIS
- 
void idr_remove(struct idr * idp, int id);
ARGUMENTS
idp
- 
- idr handle
id
- 
unique key
COPYRIGHT