Searched refs:xarray (Results 1 – 25 of 31) sorted by relevance
12
| /include/linux/ |
| A D | xarray.h | 300 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 D | phy_link_topology.h | 17 struct xarray; 22 struct xarray phys;
|
| A D | io_uring_types.h | 101 struct xarray xa; 315 struct xarray io_bl_xa; 397 struct xarray zcrx_ctxs; 400 struct xarray personalities;
|
| A D | uio.h | 72 struct xarray *xarray; member 303 void iov_iter_xarray(struct iov_iter *i, unsigned int direction, struct xarray *xarray,
|
| A D | auxiliary_bus.h | 147 struct xarray irqs;
|
| A D | list_lru.h | 57 struct xarray xa;
|
| A D | vfio_pci_core.h | 62 struct xarray ctx;
|
| A D | radix-tree.h | 25 #define radix_tree_root xarray
|
| A D | idr.h | 264 struct xarray xa;
|
| A D | iommufd.h | 107 struct xarray vdevs;
|
| A D | msi.h | 226 struct xarray store;
|
| A D | iov_iter.h | 209 XA_STATE(xas, iter->xarray, index); in iterate_xarray()
|
| A D | blkdev.h | 157 struct xarray part_tbl; 496 struct xarray hctx_table;
|
| A D | ethtool.h | 1283 struct xarray rss_ctx;
|
| /include/drm/ |
| A D | drm_accel.h | 55 extern struct xarray accel_minors_xa;
|
| A D | drm_file.h | 48 extern struct xarray drm_minors_xa; 464 struct drm_minor *drm_minor_acquire(struct xarray *minors_xa, unsigned int minor_id);
|
| A D | gpu_scheduler.h | 387 struct xarray dependencies;
|
| /include/kvm/ |
| A D | arm_vgic.h | 221 struct xarray translation_cache; 293 struct xarray lpi_xa;
|
| /include/rdma/ |
| A D | uverbs_types.h | 181 struct xarray idr;
|
| /include/net/page_pool/ |
| A D | types.h | 228 struct xarray dma_mapped;
|
| /include/sound/ |
| A D | core.h | 108 struct xarray ctl_numids; /* hash table for numids */ 109 struct xarray ctl_hash; /* hash table for ctl id matching */
|
| /include/linux/mlx5/ |
| A D | driver.h | 309 struct xarray privileged_uids; 335 struct xarray stats; 570 struct xarray page_root_xa;
|
| /include/net/ |
| A D | genetlink.h | 115 struct xarray *sock_privs;
|
| A D | net_namespace.h | 116 struct xarray dev_by_index;
|
| /include/net/mana/ |
| A D | gdma.h | 393 struct xarray irq_contexts;
|
Completed in 72 milliseconds
12