Searched refs:starting_id (Results 1 - 10 of 10) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/lib/util/
H A Didtree.c103 static int sub_alloc(struct idr_context *idp, void *ptr, int *starting_id) argument
113 id = *starting_id;
133 *starting_id = id;
189 static int idr_get_new_above_int(struct idr_context *idp, void *ptr, int starting_id) argument
196 id = starting_id;
356 _PUBLIC_ int idr_get_new_above(struct idr_context *idp, void *ptr, int starting_id, int limit) argument
358 int ret = idr_get_new_above_int(idp, ptr, starting_id);
H A Dutil.h815 _PUBLIC_ int idr_get_new_above(struct idr_context *idp, void *ptr, int starting_id, int limit);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/lib/util/
H A Didtree.c103 static int sub_alloc(struct idr_context *idp, void *ptr, int *starting_id) argument
113 id = *starting_id;
133 *starting_id = id;
189 static int idr_get_new_above_int(struct idr_context *idp, void *ptr, int starting_id) argument
196 id = starting_id;
356 _PUBLIC_ int idr_get_new_above(struct idr_context *idp, void *ptr, int starting_id, int limit) argument
358 int ret = idr_get_new_above_int(idp, ptr, starting_id);
H A Dutil.h815 _PUBLIC_ int idr_get_new_above(struct idr_context *idp, void *ptr, int starting_id, int limit);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/lib/util/
H A Didtree.c103 static int sub_alloc(struct idr_context *idp, void *ptr, int *starting_id) argument
113 id = *starting_id;
133 *starting_id = id;
189 static int idr_get_new_above_int(struct idr_context *idp, void *ptr, int starting_id) argument
196 id = starting_id;
356 _PUBLIC_ int idr_get_new_above(struct idr_context *idp, void *ptr, int starting_id, int limit) argument
358 int ret = idr_get_new_above_int(idp, ptr, starting_id);
H A Dutil.h815 _PUBLIC_ int idr_get_new_above(struct idr_context *idp, void *ptr, int starting_id, int limit);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/lib/
H A Didr.c133 static int sub_alloc(struct idr *idp, int *starting_id, struct idr_layer **pa) argument
140 id = *starting_id;
160 *starting_id = id;
202 static int idr_get_empty_slot(struct idr *idp, int starting_id, argument
209 id = starting_id;
263 static int idr_get_new_above_int(struct idr *idp, void *ptr, int starting_id) argument
268 id = idr_get_empty_slot(idp, starting_id, pa);
297 * @id returns a value in the range @starting_id ... 0x7fffffff
299 int idr_get_new_above(struct idr *idp, void *ptr, int starting_id, int *id) argument
303 rv = idr_get_new_above_int(idp, ptr, starting_id);
773 ida_get_new_above(struct ida *ida, int starting_id, int *p_id) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/lib/
H A Didr.c133 static int sub_alloc(struct idr *idp, int *starting_id, struct idr_layer **pa) argument
140 id = *starting_id;
160 *starting_id = id;
202 static int idr_get_empty_slot(struct idr *idp, int starting_id, argument
209 id = starting_id;
263 static int idr_get_new_above_int(struct idr *idp, void *ptr, int starting_id) argument
268 id = idr_get_empty_slot(idp, starting_id, pa);
297 * @id returns a value in the range @starting_id ... 0x7fffffff
299 int idr_get_new_above(struct idr *idp, void *ptr, int starting_id, int *id) argument
303 rv = idr_get_new_above_int(idp, ptr, starting_id);
773 ida_get_new_above(struct ida *ida, int starting_id, int *p_id) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/
H A Didr.h106 int idr_get_new_above(struct idr *idp, void *ptr, int starting_id, int *id);
139 int ida_get_new_above(struct ida *ida, int starting_id, int *p_id);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/
H A Didr.h106 int idr_get_new_above(struct idr *idp, void *ptr, int starting_id, int *id);
139 int ida_get_new_above(struct ida *ida, int starting_id, int *p_id);

Completed in 87 milliseconds