Searched defs:ida (Results 1 – 1 of 1) sorted by relevance
168 struct ida { struct170 struct ida_bitmap *free_bitmap; argument174 #define DEFINE_IDA(name) struct ida name = IDA_INIT(name) argument193 static inline int ida_get_new(struct ida *ida, int *p_id) in ida_get_new()