Searched refs:xarray (Results 1 – 7 of 7) sorted by relevance
/include/linux/ |
D | xarray.h | 292 struct xarray { struct 316 struct xarray name = XARRAY_INIT(name, flags) argument 347 void *xa_load(struct xarray *, unsigned long index); 348 void *xa_store(struct xarray *, unsigned long index, void *entry, gfp_t); 349 void *xa_erase(struct xarray *, unsigned long index); 350 void *xa_store_range(struct xarray *, unsigned long first, unsigned long last, 352 bool xa_get_mark(struct xarray *, unsigned long index, xa_mark_t); 353 void xa_set_mark(struct xarray *, unsigned long index, xa_mark_t); 354 void xa_clear_mark(struct xarray *, unsigned long index, xa_mark_t); 355 void *xa_find(struct xarray *xa, unsigned long *index, [all …]
|
D | idr.h | 245 struct xarray xa;
|
D | radix-tree.h | 21 #define radix_tree_root xarray
|
D | fs.h | 447 struct xarray i_pages;
|
/include/drm/ |
D | drm_gem.h | 399 int drm_gem_fence_array_add(struct xarray *fence_array, 401 int drm_gem_fence_array_add_implicit(struct xarray *fence_array,
|
/include/linux/mlx5/ |
D | driver.h | 559 struct xarray mkey_table;
|
/include/rdma/ |
D | ib_verbs.h | 2596 struct xarray client_data; 2657 struct xarray compat_devs;
|