Lines Matching defs:id
90 static void idr_mark_full(struct idr_layer **pa, int id) in idr_mark_full()
140 int l, id, oid; in sub_alloc() local
209 int layers, v, id; in idr_get_empty_slot() local
269 int id; in idr_get_new_above_int() local
304 int idr_get_new_above(struct idr *idp, void *ptr, int starting_id, int *id) in idr_get_new_above()
334 int idr_get_new(struct idr *idp, void *ptr, int *id) in idr_get_new()
350 static void idr_remove_warning(int id) in idr_remove_warning()
357 static void sub_remove(struct idr *idp, int shift, int id) in sub_remove()
399 void idr_remove(struct idr *idp, int id) in idr_remove()
451 int n, id, max; in idr_remove_all() local
509 void *idr_find(struct idr *idp, int id) in idr_find()
554 int (*fn)(int id, void *p, void *data), void *data) in idr_for_each()
556 int n, id, max, error = 0; in idr_for_each() local
604 int id = *nextidp; in idr_get_next() local
649 void *idr_replace(struct idr *idp, void *ptr, int id) in idr_replace()
786 int t, id; in ida_get_new_above() local
876 void ida_remove(struct ida *ida, int id) in ida_remove()
945 int ret, id; in ida_simple_get() local
987 void ida_simple_remove(struct ida *ida, unsigned int id) in ida_simple_remove()