Searched refs:xarray (Results 1 – 25 of 27) sorted by relevance
12
| /include/linux/ |
| 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); 356 void *xa_store(struct xarray *, unsigned long index, void *entry, gfp_t); 357 void *xa_erase(struct xarray *, unsigned long index); 358 void *xa_store_range(struct xarray *, unsigned long first, unsigned long last, 360 bool xa_get_mark(struct xarray *, unsigned long index, xa_mark_t); 361 void xa_set_mark(struct xarray *, unsigned long index, xa_mark_t); 362 void xa_clear_mark(struct xarray *, unsigned long index, xa_mark_t); 363 void *xa_find(struct xarray *xa, unsigned long *index, [all …]
|
| D | phy_link_topology.h | 17 struct xarray; 22 struct xarray phys;
|
| D | uio.h | 72 struct xarray *xarray; member 294 void iov_iter_xarray(struct iov_iter *i, unsigned int direction, struct xarray *xarray,
|
| D | io_uring_types.h | 93 struct xarray xa; 294 struct xarray io_bl_xa; 382 struct xarray personalities;
|
| D | auxiliary_bus.h | 147 struct xarray irqs;
|
| D | list_lru.h | 57 struct xarray xa;
|
| D | vfio_pci_core.h | 62 struct xarray ctx;
|
| D | idr.h | 247 struct xarray xa;
|
| D | radix-tree.h | 25 #define radix_tree_root xarray
|
| D | msi.h | 221 struct xarray store;
|
| D | iov_iter.h | 211 XA_STATE(xas, iter->xarray, index); in iterate_xarray()
|
| D | blkdev.h | 161 struct xarray part_tbl; 486 struct xarray hctx_table;
|
| D | ethtool.h | 1166 struct xarray rss_ctx;
|
| D | kvm_host.h | 780 struct xarray vcpu_array; 864 struct xarray mem_attr_array;
|
| /include/drm/ |
| D | drm_accel.h | 55 extern struct xarray accel_minors_xa;
|
| D | drm_file.h | 48 extern struct xarray drm_minors_xa; 442 struct drm_minor *drm_minor_acquire(struct xarray *minors_xa, unsigned int minor_id);
|
| D | gpu_scheduler.h | 366 struct xarray dependencies;
|
| /include/kvm/ |
| D | arm_vgic.h | 218 struct xarray translation_cache; 284 struct xarray lpi_xa;
|
| /include/sound/ |
| D | core.h | 113 struct xarray ctl_numids; /* hash table for numids */ 114 struct xarray ctl_hash; /* hash table for ctl id matching */
|
| /include/net/ |
| D | genetlink.h | 116 struct xarray *sock_privs;
|
| D | net_namespace.h | 113 struct xarray dev_by_index;
|
| D | sch_generic.h | 471 struct xarray ports; /* datapath accessible */
|
| D | sock.h | 550 struct xarray sk_user_frags;
|
| /include/linux/mlx5/ |
| D | driver.h | 331 struct xarray stats; 596 struct xarray page_root_xa;
|
| /include/rdma/ |
| D | ib_verbs.h | 1523 struct xarray mmap_xa; 1571 struct xarray tgt_qps; 2717 struct xarray client_data; 2783 struct xarray compat_devs;
|
12