Lines Matching defs:id
173 static void idr_mark_full(struct idr_layer **pa, int id) in idr_mark_full()
226 int l, id, oid; in sub_alloc() local
295 int layers, v, id; in idr_get_empty_slot() local
359 static void idr_fill_slot(struct idr *idr, void *ptr, int id, in idr_fill_slot()
455 int id; in idr_alloc() local
492 int id; in idr_alloc_cyclic() local
504 static void idr_remove_warning(int id) in idr_remove_warning()
509 static void sub_remove(struct idr *idp, int shift, int id) in sub_remove()
551 void idr_remove(struct idr *idp, int id) in idr_remove()
586 int n, id, max; in __idr_remove_all() local
643 void *idr_find_slowpath(struct idr *idp, int id) in idr_find_slowpath()
688 int (*fn)(int id, void *p, void *data), void *data) in idr_for_each()
690 int n, id, max, error = 0; in idr_for_each() local
741 int id = *nextidp; in idr_get_next() local
794 void *idr_replace(struct idr *idp, void *ptr, int id) in idr_replace()
846 static int idr_has_entry(int id, void *p, void *data) in idr_has_entry()
940 int t, id; in ida_get_new_above() local
1011 void ida_remove(struct ida *ida, int id) in ida_remove()
1082 int ret, id; in ida_simple_get() local
1124 void ida_simple_remove(struct ida *ida, unsigned int id) in ida_simple_remove()