Searched refs:starting_id (Results 1 – 2 of 2) sorted by relevance
220 static int sub_alloc(struct idr *idp, int *starting_id, struct idr_layer **pa, in sub_alloc() argument227 id = *starting_id; in sub_alloc()246 *starting_id = id; in sub_alloc()289 static int idr_get_empty_slot(struct idr *idp, int starting_id, in idr_get_empty_slot() argument297 id = starting_id; in idr_get_empty_slot()932 int ida_get_new_above(struct ida *ida, int starting_id, int *p_id) in ida_get_new_above() argument937 int idr_id = starting_id / IDA_BITMAP_BITS; in ida_get_new_above()938 int offset = starting_id % IDA_BITMAP_BITS; in ida_get_new_above()
163 int ida_get_new_above(struct ida *ida, int starting_id, int *p_id);