Searched refs:ida (Results 1 – 11 of 11) sorted by relevance
| /include/linux/ |
| D | idr.h | 246 struct ida { struct 255 #define DEFINE_IDA(name) struct ida name = IDA_INIT(name) argument 257 int ida_alloc_range(struct ida *, unsigned int min, unsigned int max, gfp_t); 258 void ida_free(struct ida *, unsigned int id); 259 void ida_destroy(struct ida *ida); 273 static inline int ida_alloc(struct ida *ida, gfp_t gfp) in ida_alloc() argument 275 return ida_alloc_range(ida, 0, ~0, gfp); in ida_alloc() 291 static inline int ida_alloc_min(struct ida *ida, unsigned int min, gfp_t gfp) in ida_alloc_min() argument 293 return ida_alloc_range(ida, min, ~0, 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() argument [all …]
|
| D | intel_vsec.h | 118 struct ida *ida; member
|
| D | thunderbolt.h | 254 struct ida service_ids; 255 struct ida in_hopids; 256 struct ida out_hopids; 497 struct ida msix_ida;
|
| D | dmaengine.h | 888 struct ida chan_ida;
|
| /include/linux/usb/ |
| D | android_configfs_uevent.h | 20 struct ida function_ida;
|
| /include/media/ |
| D | media-device.h | 22 struct ida; 159 struct ida entity_internal_idx;
|
| /include/linux/greybus/ |
| D | hd.h | 51 struct ida cport_id_map;
|
| D | svc.h | 45 struct ida device_id_map;
|
| /include/drm/ |
| D | drm_mode_config.h | 436 struct ida connector_ida;
|
| /include/linux/mlx5/ |
| D | driver.h | 709 struct ida ida; member
|
| /include/net/bluetooth/ |
| D | hci_core.h | 346 struct ida unset_handle_ida;
|