Lines Matching defs:id
78 int id; in main() local
168 idrfixup(struct idr *idp, int id) in idrfixup()
181 idr_get_node(struct idr *idp, int id) in idr_get_node()
193 idr_reserve(struct idr *idp, int id, int incr) in idr_reserve()
205 int id, rsum, rsize, node; in idr_find_free() local
266 int id; in idr_pre_get() local
317 idr_get_new_above(struct idr *idp, void *ptr, int sid, int *id) in idr_get_new_above()
362 int result, id; in idr_alloc() local
409 idr_get_new(struct idr *idp, void *ptr, int *id) in idr_get_new()
463 idr_remove(struct idr *idp, int id) in idr_remove()
515 idr_find(struct idr *idp, int id) in idr_find()
530 idr_for_each(struct idr *idp, int (*fn)(int id, void *p, void *data), in idr_for_each()
548 idr_replace(struct idr *idp, void *ptr, int id) in idr_replace()