Searched defs:ida (Results 1 – 3 of 3) sorted by relevance
/include/linux/ |
D | idr.h | 244 struct ida { struct 253 #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
|
/include/linux/mlx5/ |
D | driver.h | 639 struct ida ida; member
|