Home
last modified time | relevance | path

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

/linux-2.6.39/lib/
Didr.c134 static int sub_alloc(struct idr *idp, int *starting_id, struct idr_layer **pa) in sub_alloc() argument
141 id = *starting_id; in sub_alloc()
161 *starting_id = id; in sub_alloc()
203 static int idr_get_empty_slot(struct idr *idp, int starting_id, in idr_get_empty_slot() argument
210 id = starting_id; in idr_get_empty_slot()
264 static int idr_get_new_above_int(struct idr *idp, void *ptr, int starting_id) in idr_get_new_above_int() argument
269 id = idr_get_empty_slot(idp, starting_id, pa); in idr_get_new_above_int()
302 int idr_get_new_above(struct idr *idp, void *ptr, int starting_id, int *id) in idr_get_new_above() argument
306 rv = idr_get_new_above_int(idp, ptr, starting_id); in idr_get_new_above()
777 int ida_get_new_above(struct ida *ida, int starting_id, int *p_id) in ida_get_new_above() argument
[all …]
/linux-2.6.39/include/linux/
Didr.h107 int idr_get_new_above(struct idr *idp, void *ptr, int starting_id, int *id);
143 int ida_get_new_above(struct ida *ida, int starting_id, int *p_id);