Searched defs:ida (Results 1 – 1 of 1) sorted by relevance
868 static void free_bitmap(struct ida *ida, struct ida_bitmap *bitmap) in free_bitmap()896 int ida_pre_get(struct ida *ida, gfp_t gfp_mask) in ida_pre_get()932 int ida_get_new_above(struct ida *ida, int starting_id, int *p_id) in ida_get_new_above()1010 void ida_remove(struct ida *ida, int id) in ida_remove()1059 void ida_destroy(struct ida *ida) in ida_destroy()1078 int ida_simple_get(struct ida *ida, unsigned int start, unsigned int end, in ida_simple_get()1123 void ida_simple_remove(struct ida *ida, unsigned int id) in ida_simple_remove()1141 void ida_init(struct ida *ida) in ida_init()