Home
last modified time | relevance | path

Searched refs:starting_id (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/lib/
Didr.c220 static int sub_alloc(struct idr *idp, int *starting_id, struct idr_layer **pa, in sub_alloc() argument
227 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() argument
297 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() argument
937 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()
/linux-4.1.27/include/linux/
Didr.h163 int ida_get_new_above(struct ida *ida, int starting_id, int *p_id);