Searched defs:ida (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/include/linux/ |
D | idr.h | 154 struct ida { struct 156 struct ida_bitmap *free_bitmap; argument 160 #define DEFINE_IDA(name) struct ida name = IDA_INIT(name) argument 179 static inline int ida_get_new(struct ida *ida, int *p_id) in ida_get_new()
|
/linux-4.4.14/lib/ |
D | idr.c | 868 static void free_bitmap(struct ida *ida, struct ida_bitmap *bitmap) in free_bitmap() 896 int ida_pre_get(struct ida *ida, gfp_t gfp_mask) in ida_pre_get() 932 int ida_get_new_above(struct ida *ida, int starting_id, int *p_id) in ida_get_new_above() 1010 void ida_remove(struct ida *ida, int id) in ida_remove() 1059 void ida_destroy(struct ida *ida) in ida_destroy() 1078 int ida_simple_get(struct ida *ida, unsigned int start, unsigned int end, in ida_simple_get() 1123 void ida_simple_remove(struct ida *ida, unsigned int id) in ida_simple_remove() 1141 void ida_init(struct ida *ida) in ida_init()
|
/linux-4.4.14/arch/powerpc/mm/ |
D | icswx_pid.c | 29 static int new_cop_pid(struct ida *ida, int min_id, int max_id, in new_cop_pid()
|
/linux-4.4.14/drivers/pnp/ |
D | driver.c | 15 static int compare_func(const char *ida, const char *idb) in compare_func()
|
/linux-4.4.14/drivers/gpu/drm/ |
D | drm_crtc.c | 147 struct ida ida; member
|