Home
last modified time | relevance | path

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

/include/linux/
Didr.h19 struct idr { struct
56 #define DEFINE_IDR(name) struct idr name = IDR_INIT(name)
66 static inline unsigned int idr_get_cursor(const struct idr *idr) in idr_get_cursor() argument
68 return READ_ONCE(idr->idr_next); in idr_get_cursor()
79 static inline void idr_set_cursor(struct idr *idr, unsigned int val) in idr_set_cursor() argument
81 WRITE_ONCE(idr->idr_next, val); in idr_set_cursor()
101 #define idr_lock(idr) xa_lock(&(idr)->idr_rt) argument
102 #define idr_unlock(idr) xa_unlock(&(idr)->idr_rt) argument
103 #define idr_lock_bh(idr) xa_lock_bh(&(idr)->idr_rt) argument
104 #define idr_unlock_bh(idr) xa_unlock_bh(&(idr)->idr_rt) argument
[all …]
Dpowercap.h67 struct idr idr; member
144 struct idr idr; member
145 struct idr *parent_idr;
Dpid_namespace.h26 struct idr idr; member
Dipc_namespace.h20 struct idr ipcs_idr;
Dcgroup-defs.h524 struct idr cgroup_idr;
704 struct idr css_idr;
Dfsnotify_backend.h198 struct idr idr; member
Dremoteproc.h504 struct idr notifyids;
Dkernfs.h189 struct idr ino_idr;
Dbpf.h27 extern struct idr btf_idr;
/include/drm/
Ddrm_auth.h88 struct idr magic_map;
101 struct idr leases;
102 struct idr lessee_idr;
Ddrm_device.h285 struct idr object_name_idr;
321 struct idr ctx_idr;
Ddrm_file.h249 struct idr object_idr;
255 struct idr syncobj_idr;
Ddrm_mode_config.h405 struct idr object_idr;
413 struct idr tile_idr;
/include/net/9p/
Dclient.h126 struct idr fids;
127 struct idr reqs;
/include/linux/soc/qcom/
Dqmi.h233 struct idr txns;
/include/net/
Dact_api.h17 struct idr action_idr;
Dnet_namespace.h88 struct idr netns_ids;
/include/net/sctp/
Dsctp.h465 extern struct idr sctp_assocs_id;
/include/linux/usb/
Dhcd.h662 extern struct idr usb_bus_idr;
/include/linux/mlx5/
Ddriver.h486 struct idr counters_idr;