Lines Matching defs:id
166 int64_t id = 0; in __idr_get_empty_slot() local
213 static __always_inline void __idr_mark_full(struct idr *idp, int id, struct idr_layer **stk, int ma… in __idr_mark_full()
248 static __always_inline int __idr_get_path(struct idr *idp, int id, struct idr_layer **stk) in __idr_get_path()
294 static __always_inline void __idr_erase_full(struct idr *idp, int id, struct idr_layer **stk, int m… in __idr_erase_full()
364 int64_t id = __idr_get_empty_slot(idp, stk); in __idr_get_new_above_int() local
383 int idr_alloc(struct idr *idp, void *ptr, int *id) in idr_alloc()
400 void *idr_remove(struct idr *idp, int id) in idr_remove()
444 int64_t id = __lowbit_id(cur_layer->bitmap); in __idr_remove_all_with_free() local
519 void *idr_find(struct idr *idp, int id) in idr_find()
671 int idr_replace_get_old(struct idr *idp, void *ptr, int id, void **old_ptr) in idr_replace_get_old()
716 int idr_replace(struct idr *idp, void *ptr, int id) in idr_replace()
755 static bool __idr_cnt(int layer, int id, struct idr_layer *cur_layer) in __idr_cnt()
788 bool idr_count(struct idr *idp, int id) in idr_count()
966 bool ida_count(struct ida *ida_p, int id) in ida_count()
989 void ida_remove(struct ida *ida_p, int id) in ida_remove()