starting_id 103 lib/util/idtree.c static int sub_alloc(struct idr_context *idp, void *ptr, int *starting_id) starting_id 113 lib/util/idtree.c id = *starting_id; starting_id 133 lib/util/idtree.c *starting_id = id; starting_id 189 lib/util/idtree.c static int idr_get_new_above_int(struct idr_context *idp, void *ptr, int starting_id) starting_id 196 lib/util/idtree.c id = starting_id; starting_id 356 lib/util/idtree.c _PUBLIC_ int idr_get_new_above(struct idr_context *idp, void *ptr, int starting_id, int limit) starting_id 358 lib/util/idtree.c int ret = idr_get_new_above_int(idp, ptr, starting_id); starting_id 733 lib/util/util.h _PUBLIC_ int idr_get_new_above(struct idr_context *idp, void *ptr, int starting_id, int limit);