idr_remove (9) - Linux Manuals

idr_remove: remove the given id and free its slot

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