Home
last modified time | relevance | path

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

/lib/
Dtest_ida.c16 void ida_dump(struct ida *ida) { } in ida_dump()
18 #define IDA_BUG_ON(ida, x) do { \ argument
31 static void ida_check_alloc(struct ida *ida) in ida_check_alloc()
57 static void ida_check_destroy_1(struct ida *ida, unsigned int base) in ida_check_destroy_1()
66 static void ida_check_destroy(struct ida *ida) in ida_check_destroy()
84 static void ida_check_leaf(struct ida *ida, unsigned int base) in ida_check_leaf()
107 static void ida_check_max(struct ida *ida) in ida_check_max()
127 static void ida_check_conv(struct ida *ida) in ida_check_conv()
Didr.c379 int ida_alloc_range(struct ida *ida, unsigned int min, unsigned int max, in ida_alloc_range()
484 void ida_free(struct ida *ida, unsigned int id) in ida_free()
536 void ida_destroy(struct ida *ida) in ida_destroy()
587 static void ida_dump(struct ida *ida) in ida_dump()