Go to the source code of this file.
◆ VSF_LINUX_CFG_IDA_MAX
| #define VSF_LINUX_CFG_IDA_MAX 1024 |
◆ IDA_INIT
| #define IDA_INIT |
( |
| __NAME | ) |
|
◆ DEFINE_IDA
| #define DEFINE_IDA |
( |
| __NAME | ) |
|
Value:
#define IDA_INIT(__NAME)
Definition idr.h:21
◆ ida_simple_get
| #define ida_simple_get |
( |
| ida, |
|
|
| start, |
|
|
| end, |
|
|
| gfp ) |
Value:
struct arg_end * end
Definition esp_console_port.c:84
int ida_alloc_range(struct ida *ida, unsigned int __min_to_avoid_conflict, unsigned int __max_to_avoid_confilict, gfp_t)
Definition vsf_linux_core.c:788
◆ ida_simple_remove
| #define ida_simple_remove |
( |
| ida, |
|
|
| id ) |
◆ vsf_declare_bitmap()
◆ ida_alloc_range()
| int ida_alloc_range |
( |
struct ida * | ida, |
|
|
unsigned int | __min_to_avoid_conflict, |
|
|
unsigned int | __max_to_avoid_confilict, |
|
|
gfp_t | gfp ) |
|
extern |