Searched defs:ida (Results  1 – 12 of 12) sorted by relevance
| /Linux-v5.4/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 | 379 int ida_alloc_range(struct ida *ida, unsigned int min, unsigned int max,  in ida_alloc_range()484 void ida_free(struct ida *ida, unsigned int id)  in ida_free()
 536 void ida_destroy(struct ida *ida)  in ida_destroy()
 587 static void ida_dump(struct ida *ida)  in ida_dump()
 
 | 
| /Linux-v5.4/include/linux/ | 
| D | idr.h | 244 struct ida {  struct253 #define DEFINE_IDA(name)	struct ida name = IDA_INIT(name)  argument
 270 static inline int ida_alloc(struct ida *ida, gfp_t gfp)  in ida_alloc()
 287 static inline int ida_alloc_min(struct ida *ida, unsigned int min, gfp_t gfp)  in ida_alloc_min()
 304 static inline int ida_alloc_max(struct ida *ida, unsigned int max, gfp_t gfp)  in ida_alloc_max()
 309 static inline void ida_init(struct ida *ida)  in ida_init()
 314 #define ida_simple_get(ida, start, end, gfp)	\  argument
 316 #define ida_simple_remove(ida, id)	ida_free(ida, id)  argument
 318 static inline bool ida_is_empty(const struct ida *ida)  in ida_is_empty()
 
 | 
| D | thermal.h | 217 	struct ida ida;  member
 | 
| /Linux-v5.4/arch/powerpc/platforms/powernv/ | 
| D | vas-window.c | 504 static void vas_release_window_id(struct ida *ida, int winid)  in vas_release_window_id()509 static int vas_assign_window_id(struct ida *ida)  in vas_assign_window_id()
 
 | 
| D | vas.h | 307 	struct ida ida;  member
 | 
| /Linux-v5.4/drivers/pnp/ | 
| D | driver.c | 16 static int compare_func(const char *ida, const char *idb)  in compare_func()
 | 
| /Linux-v5.4/drivers/net/ipvlan/ | 
| D | ipvlan.h | 100 	struct ida		ida;  member
 | 
| /Linux-v5.4/drivers/gpu/drm/ | 
| D | drm_connector.c | 69 	struct ida ida;  member
 | 
| /Linux-v5.4/drivers/thunderbolt/ | 
| D | switch.c | 656 	struct ida *ida;  in tb_port_alloc_hopid()  local
 | 
| /Linux-v5.4/drivers/media/platform/coda/ | 
| D | coda.h | 94 	struct ida		ida;  member
 | 
| /Linux-v5.4/include/linux/mlx5/ | 
| D | driver.h | 639 	struct ida ida;  member
 |