Lines Matching defs:id
172 static void idr_mark_full(struct idr_layer **pa, int id) in idr_mark_full()
225 int l, id, oid; in sub_alloc() local
294 int layers, v, id; in idr_get_empty_slot() local
358 static void idr_fill_slot(struct idr *idr, void *ptr, int id, in idr_fill_slot()
454 int id; in idr_alloc() local
491 int id; in idr_alloc_cyclic() local
503 static void idr_remove_warning(int id) in idr_remove_warning()
508 static void sub_remove(struct idr *idp, int shift, int id) in sub_remove()
550 void idr_remove(struct idr *idp, int id) in idr_remove()
585 int n, id, max; in __idr_remove_all() local
642 void *idr_find_slowpath(struct idr *idp, int id) in idr_find_slowpath()
687 int (*fn)(int id, void *p, void *data), void *data) in idr_for_each()
689 int n, id, max, error = 0; in idr_for_each() local
740 int id = *nextidp; in idr_get_next() local
793 void *idr_replace(struct idr *idp, void *ptr, int id) in idr_replace()
845 static int idr_has_entry(int id, void *p, void *data) in idr_has_entry()
939 int t, id; in ida_get_new_above() local
1010 void ida_remove(struct ida *ida, int id) in ida_remove()
1081 int ret, id; in ida_simple_get() local
1123 void ida_simple_remove(struct ida *ida, unsigned int id) in ida_simple_remove()