Home
last modified time | relevance | path

Searched refs:IDA_INIT (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Didr.h269 #define IDA_INIT(name) { \ macro
272 #define DEFINE_IDA(name) struct ida name = IDA_INIT(name)
/linux/lib/
H A Dregion_alloc_benchmark.c81 struct ida ida = IDA_INIT(ida); in benchmark_ida()