Searched defs:ida (Results 1 – 3 of 3) sorted by relevance
/include/linux/ |
D | idr.h | 246 struct ida { struct 255 #define DEFINE_IDA(name) struct ida name = IDA_INIT(name) argument 273 static inline int ida_alloc(struct ida *ida, gfp_t gfp) in ida_alloc() 291 static inline int ida_alloc_min(struct ida *ida, unsigned int min, gfp_t gfp) in ida_alloc_min() 309 static inline int ida_alloc_max(struct ida *ida, unsigned int max, gfp_t gfp) in ida_alloc_max() 314 static inline void ida_init(struct ida *ida) in ida_init() 323 #define ida_simple_get(ida, start, end, gfp) \ argument 325 #define ida_simple_remove(ida, id) ida_free(ida, id) argument 327 static inline bool ida_is_empty(const struct ida *ida) in ida_is_empty()
|
D | thermal.h | 189 struct ida ida; member
|
/include/linux/mlx5/ |
D | driver.h | 694 struct ida ida; member
|