Lines Matching defs:id
40 unsigned int id = *nextid; in idr_alloc_u32() local
84 u32 id = start; in idr_alloc() local
122 u32 id = idr->idr_next; in idr_alloc_cyclic() local
155 void *idr_remove(struct idr *idr, unsigned long id) in idr_remove()
175 void *idr_find(const struct idr *idr, unsigned long id) in idr_find()
199 int (*fn)(int id, void *p, void *data), void *data) in idr_for_each()
207 unsigned long id = iter.index + base; in idr_for_each() local
235 unsigned long id = *nextid; in idr_get_next() local
266 unsigned long id = *nextid; in idr_get_next_ul() local
292 void *idr_replace(struct idr *idr, void *ptr, unsigned long id) in idr_replace()
450 static void ida_remove(struct ida *ida, int id) in ida_remove()
535 int id = 0; in ida_alloc_range() local
570 void ida_free(struct ida *ida, unsigned int id) in ida_free()