Scroll to navigation

IDR_REMOVE(9) Basic Kernel Library Functions IDR_REMOVE(9)

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

May 2018 Kernel Hackers Manual 3.16