Home
last modified time | relevance | path

Searched refs:idr (Results 1 – 6 of 6) sorted by relevance

/include/linux/
Didr.h59 struct idr { struct
75 #define DEFINE_IDR(name) struct idr name = IDR_INIT(name) argument
103 void *idr_find(struct idr *idp, int id);
104 int idr_pre_get(struct idr *idp, gfp_t gfp_mask);
105 int idr_get_new(struct idr *idp, void *ptr, int *id);
106 int idr_get_new_above(struct idr *idp, void *ptr, int starting_id, int *id);
107 int idr_for_each(struct idr *idp,
109 void *idr_replace(struct idr *idp, void *ptr, int id);
110 void idr_remove(struct idr *idp, int id);
111 void idr_remove_all(struct idr *idp);
[all …]
Dthermal.h93 struct idr idr; member
Dipc_namespace.h24 struct idr ipcs_idr;
/include/drm/
DdrmP.h393 struct idr object_idr;
856 struct idr ctx_idr;
943 struct idr drw_idr;
951 struct idr object_name_idr;
1262 extern struct idr drm_minors_idr;
Ddrm_crtc.h533 …struct idr crtc_idr; /* use this idr for all IDs, fb, crtc, connector, modes - just makes life eas…
/include/net/sctp/
Dsctp.h580 extern struct idr sctp_assocs_id;