1IDA_SIMPLE_REMOVE(9) Basic Kernel Library Functions IDA_SIMPLE_REMOVE(9)
23
4
NAME
6ida_simple_remove - remove an allocated id.
7
SYNOPSIS
9void ida_simple_remove(struct ida * ida, unsigned int id);
10
ARGUMENTS
12ida
13the (initialized) ida.
1415
id
16the id returned by ida_simple_get.
17
COPYRIGHT
19Kernel Hackers Manual 3.10 June 2019 IDA_SIMPLE_REMOVE(9)