Home
last modified time | relevance | path

Searched refs:xarray (Results 1 – 25 of 31) sorted by relevance

12

/include/linux/
A Dxarray.h300 struct xarray { struct
324 struct xarray name = XARRAY_INIT(name, flags) argument
355 void *xa_load(struct xarray *, unsigned long index);
357 void *xa_erase(struct xarray *, unsigned long index);
363 void *xa_find(struct xarray *xa, unsigned long *index,
369 void xa_destroy(struct xarray *);
397 static inline void xa_init(struct xarray *xa) in xa_init()
409 static inline bool xa_empty(const struct xarray *xa) in xa_empty()
1174 struct xarray *array; /* The array we belong to */
1186 void xa_dump(const struct xarray *);
[all …]
A Dphy_link_topology.h17 struct xarray;
22 struct xarray phys;
A Dio_uring_types.h101 struct xarray xa;
315 struct xarray io_bl_xa;
397 struct xarray zcrx_ctxs;
400 struct xarray personalities;
A Duio.h72 struct xarray *xarray; member
303 void iov_iter_xarray(struct iov_iter *i, unsigned int direction, struct xarray *xarray,
A Dauxiliary_bus.h147 struct xarray irqs;
A Dlist_lru.h57 struct xarray xa;
A Dvfio_pci_core.h62 struct xarray ctx;
A Dradix-tree.h25 #define radix_tree_root xarray
A Didr.h264 struct xarray xa;
A Diommufd.h107 struct xarray vdevs;
A Dmsi.h226 struct xarray store;
A Diov_iter.h209 XA_STATE(xas, iter->xarray, index); in iterate_xarray()
A Dblkdev.h157 struct xarray part_tbl;
496 struct xarray hctx_table;
A Dethtool.h1283 struct xarray rss_ctx;
/include/drm/
A Ddrm_accel.h55 extern struct xarray accel_minors_xa;
A Ddrm_file.h48 extern struct xarray drm_minors_xa;
464 struct drm_minor *drm_minor_acquire(struct xarray *minors_xa, unsigned int minor_id);
A Dgpu_scheduler.h387 struct xarray dependencies;
/include/kvm/
A Darm_vgic.h221 struct xarray translation_cache;
293 struct xarray lpi_xa;
/include/rdma/
A Duverbs_types.h181 struct xarray idr;
/include/net/page_pool/
A Dtypes.h228 struct xarray dma_mapped;
/include/sound/
A Dcore.h108 struct xarray ctl_numids; /* hash table for numids */
109 struct xarray ctl_hash; /* hash table for ctl id matching */
/include/linux/mlx5/
A Ddriver.h309 struct xarray privileged_uids;
335 struct xarray stats;
570 struct xarray page_root_xa;
/include/net/
A Dgenetlink.h115 struct xarray *sock_privs;
A Dnet_namespace.h116 struct xarray dev_by_index;
/include/net/mana/
A Dgdma.h393 struct xarray irq_contexts;

Completed in 72 milliseconds

12