Home
last modified time | relevance | path

Searched defs:idp (Results 1 – 1 of 1) sorted by relevance

/lib/
Didr.c40 static struct idr_layer *get_from_free_list(struct idr *idp) in get_from_free_list()
69 static void __move_to_free_list(struct idr *idp, struct idr_layer *p) in __move_to_free_list()
76 static void move_to_free_list(struct idr *idp, struct idr_layer *p) in move_to_free_list()
120 int idr_pre_get(struct idr *idp, gfp_t gfp_mask) in idr_pre_get()
133 static int sub_alloc(struct idr *idp, int *starting_id, struct idr_layer **pa) in sub_alloc()
200 static int idr_get_empty_slot(struct idr *idp, int starting_id, in idr_get_empty_slot()
261 static int idr_get_new_above_int(struct idr *idp, void *ptr, int starting_id) in idr_get_new_above_int()
297 int idr_get_new_above(struct idr *idp, void *ptr, int starting_id, int *id) in idr_get_new_above()
328 int idr_get_new(struct idr *idp, void *ptr, int *id) in idr_get_new()
351 static void sub_remove(struct idr *idp, int shift, int id) in sub_remove()
[all …]