Home
last modified time | relevance | path

Searched refs:ida (Results 1 – 11 of 11) sorted by relevance

/include/linux/
Didr.h246 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 …]
Dintel_vsec.h118 struct ida *ida; member
Dthunderbolt.h254 struct ida service_ids;
255 struct ida in_hopids;
256 struct ida out_hopids;
497 struct ida msix_ida;
Ddmaengine.h888 struct ida chan_ida;
/include/linux/usb/
Dandroid_configfs_uevent.h20 struct ida function_ida;
/include/media/
Dmedia-device.h22 struct ida;
159 struct ida entity_internal_idx;
/include/linux/greybus/
Dhd.h51 struct ida cport_id_map;
Dsvc.h45 struct ida device_id_map;
/include/drm/
Ddrm_mode_config.h436 struct ida connector_ida;
/include/linux/mlx5/
Ddriver.h709 struct ida ida; member
/include/net/bluetooth/
Dhci_core.h346 struct ida unset_handle_ida;