Home
last modified time | relevance | path

Searched defs:ida (Results 1 – 1 of 1) sorted by relevance

/include/linux/
Didr.h168 struct ida { struct
170 struct ida_bitmap *free_bitmap; argument
174 #define DEFINE_IDA(name) struct ida name = IDA_INIT(name) argument
193 static inline int ida_get_new(struct ida *ida, int *p_id) in ida_get_new()