Searched defs:ida (Results 1 – 12 of 12) sorted by relevance
/Linux-v4.19/lib/ |
D | test_ida.c | 16 void ida_dump(struct ida *ida) { } in ida_dump() 18 #define IDA_BUG_ON(ida, x) do { \ argument 31 static void ida_check_alloc(struct ida *ida) in ida_check_alloc() 57 static void ida_check_destroy_1(struct ida *ida, unsigned int base) in ida_check_destroy_1() 66 static void ida_check_destroy(struct ida *ida) in ida_check_destroy() 84 static void ida_check_leaf(struct ida *ida, unsigned int base) in ida_check_leaf() 107 static void ida_check_max(struct ida *ida) in ida_check_max() 127 static void ida_check_conv(struct ida *ida) in ida_check_conv()
|
D | idr.c | 366 static int ida_get_new_above(struct ida *ida, int start) in ida_get_new_above() 450 static void ida_remove(struct ida *ida, int id) in ida_remove() 501 void ida_destroy(struct ida *ida) in ida_destroy() 532 int ida_alloc_range(struct ida *ida, unsigned int min, unsigned int max, in ida_alloc_range() 570 void ida_free(struct ida *ida, unsigned int id) in ida_free()
|
D | radix-tree.c | 364 static void ida_dump(struct ida *ida) in ida_dump() 2109 int ida_pre_get(struct ida *ida, gfp_t gfp) in ida_pre_get()
|
/Linux-v4.19/include/linux/ |
D | idr.h | 230 struct ida { struct 231 struct radix_tree_root ida_rt; argument 254 static inline int ida_alloc(struct ida *ida, gfp_t gfp) in ida_alloc() 271 static inline int ida_alloc_min(struct ida *ida, unsigned int min, gfp_t gfp) in ida_alloc_min() 288 static inline int ida_alloc_max(struct ida *ida, unsigned int max, gfp_t gfp) in ida_alloc_max() 293 static inline void ida_init(struct ida *ida) in ida_init() 298 #define ida_simple_get(ida, start, end, gfp) \ argument 300 #define ida_simple_remove(ida, id) ida_free(ida, id) argument 302 static inline bool ida_is_empty(const struct ida *ida) in ida_is_empty()
|
D | thermal.h | 217 struct ida ida; member
|
/Linux-v4.19/drivers/dax/ |
D | dax-private.h | 31 struct ida ida; member
|
/Linux-v4.19/arch/powerpc/platforms/powernv/ |
D | vas-window.c | 518 static void vas_release_window_id(struct ida *ida, int winid) in vas_release_window_id() 523 static int vas_assign_window_id(struct ida *ida) in vas_assign_window_id()
|
D | vas.h | 311 struct ida ida; member
|
/Linux-v4.19/drivers/pnp/ |
D | driver.c | 16 static int compare_func(const char *ida, const char *idb) in compare_func()
|
/Linux-v4.19/drivers/net/ipvlan/ |
D | ipvlan.h | 105 struct ida ida; member
|
/Linux-v4.19/drivers/gpu/drm/ |
D | drm_connector.c | 65 struct ida ida; member
|
/Linux-v4.19/include/linux/mlx5/ |
D | driver.h | 795 struct ida ida; member
|