/Linux-v6.6/lib/ |
D | test_xarray.c | 20 void xa_dump(const struct xarray *xa) { } in xa_dump() 23 #define XA_BUG_ON(xa, x) do { \ argument 40 static void *xa_store_index(struct xarray *xa, unsigned long index, gfp_t gfp) in xa_store_index() 45 static void xa_insert_index(struct xarray *xa, unsigned long index) in xa_insert_index() 51 static void xa_alloc_index(struct xarray *xa, unsigned long index, gfp_t gfp) in xa_alloc_index() 60 static void xa_erase_index(struct xarray *xa, unsigned long index) in xa_erase_index() 71 static void *xa_store_order(struct xarray *xa, unsigned long index, in xa_store_order() 86 static noinline void check_xa_err(struct xarray *xa) in check_xa_err() 102 static noinline void check_xas_retry(struct xarray *xa) in check_xas_retry() 147 static noinline void check_xa_load(struct xarray *xa) in check_xa_load() [all …]
|
D | xarray.c | 33 static inline unsigned int xa_lock_type(const struct xarray *xa) in xa_lock_type() 58 static inline bool xa_track_free(const struct xarray *xa) in xa_track_free() 63 static inline bool xa_zero_busy(const struct xarray *xa) in xa_zero_busy() 68 static inline void xa_mark_set(struct xarray *xa, xa_mark_t mark) in xa_mark_set() 74 static inline void xa_mark_clear(struct xarray *xa, xa_mark_t mark) in xa_mark_clear() 439 struct xarray *xa = xas->xa; in xas_shrink() local 561 struct xarray *xa = xas->xa; in xas_expand() local 641 struct xarray *xa = xas->xa; in xas_create() local 1454 void *xa_load(struct xarray *xa, unsigned long index) in xa_load() 1492 void *__xa_erase(struct xarray *xa, unsigned long index) in __xa_erase() [all …]
|
D | idr.c | 594 struct xarray *xa = &ida->xa; in ida_dump() local
|
/Linux-v6.6/include/linux/ |
D | xarray.h | 378 static inline void xa_init_flags(struct xarray *xa, gfp_t flags) in xa_init_flags() 393 static inline void xa_init(struct xarray *xa) in xa_init() 405 static inline bool xa_empty(const struct xarray *xa) in xa_empty() 418 static inline bool xa_marked(const struct xarray *xa, xa_mark_t mark) in xa_marked() 447 #define xa_for_each_range(xa, index, entry, start, last) \ argument 476 #define xa_for_each_start(xa, index, entry, start) \ argument 500 #define xa_for_each(xa, index, entry) \ argument 527 #define xa_for_each_marked(xa, index, entry, filter) \ argument 531 #define xa_trylock(xa) spin_trylock(&(xa)->xa_lock) argument 532 #define xa_lock(xa) spin_lock(&(xa)->xa_lock) argument [all …]
|
D | list_lru.h | 55 struct xarray xa; member
|
D | idr.h | 245 struct xarray xa; member
|
/Linux-v6.6/tools/testing/radix-tree/ |
D | multiorder.c | 15 static int item_insert_order(struct xarray *xa, unsigned long index, in item_insert_order() 34 void multiorder_iteration(struct xarray *xa) in multiorder_iteration() 74 void multiorder_tagged_iteration(struct xarray *xa) in multiorder_tagged_iteration() 198 static void multiorder_iteration_race(struct xarray *xa) in multiorder_iteration_race() 253 static void load_race(struct xarray *xa) in load_race()
|
D | test.c | 79 int item_delete_rcu(struct xarray *xa, unsigned long index) in item_delete_rcu() 173 int tag_tagged_items(struct xarray *xa, unsigned long start, unsigned long end, in tag_tagged_items() 255 void item_kill_tree(struct xarray *xa) in item_kill_tree()
|
D | iteration_check_2.c | 35 struct xarray *xa = arg; in throbber() local
|
D | iteration_check.c | 21 void my_item_insert(struct xarray *xa, unsigned long index) in my_item_insert()
|
/Linux-v6.6/net/core/ |
D | xdp.c | 53 const struct xdp_mem_allocator *xa = ptr; in xdp_mem_id_cmp() local 73 struct xdp_mem_allocator *xa; in __xdp_mem_allocator_rcu_free() local 83 static void mem_xa_remove(struct xdp_mem_allocator *xa) in mem_xa_remove() 93 struct xdp_mem_allocator *xa; in mem_allocator_disconnect() local 117 struct xdp_mem_allocator *xa; in xdp_unreg_mem_model() local 460 struct xdp_mem_allocator *xa = bq->xa; in xdp_flush_frame_bulk() local 476 struct xdp_mem_allocator *xa; in xdp_return_frame_bulk() local
|
/Linux-v6.6/kernel/irq/ |
D | msi.c | 88 struct xarray *xa = &md->__domains[domid].store; in msi_insert_desc() local 183 struct xarray *xa; in msi_domain_free_descs() local 353 struct xarray *xa = &md->__domains[domid].store; in msi_find_desc() local 436 struct xarray *xa; in msi_domain_get_virq() local 1081 struct xarray *xa; in msi_domain_populate_irqs() local 1130 struct xarray *xa; in msi_domain_depopulate_descs() local 1253 struct xarray *xa = &dev->msi.data->__domains[ctrl->domid].store; in __msi_domain_alloc_irqs() local 1519 struct xarray *xa = &dev->msi.data->__domains[ctrl->domid].store; in __msi_domain_free_irqs() local
|
/Linux-v6.6/drivers/infiniband/sw/rxe/ |
D | rxe_pool.c | 156 struct xarray *xa = &pool->xa; in rxe_pool_get_index() local 180 struct xarray *xa = &pool->xa; in __rxe_cleanup() local
|
D | rxe_pool.h | 42 struct xarray xa; member
|
/Linux-v6.6/drivers/infiniband/core/ |
D | restrack.h | 19 struct xarray xa; member
|
D | restrack.c | 70 struct xarray *xa = &dev->res[i].xa; in rdma_restrack_clean() local
|
D | device.c | 155 static void *xan_find_marked(struct xarray *xa, unsigned long *indexp, in xan_find_marked() 177 #define xan_for_each_marked(xa, index, entry, filter) \ argument
|
/Linux-v6.6/drivers/platform/x86/intel/pmt/ |
D | class.h | 41 struct xarray *xa; member
|
/Linux-v6.6/drivers/iommu/iommufd/ |
D | pages.c | 519 static void batch_from_xarray(struct pfn_batch *batch, struct xarray *xa, in batch_from_xarray() 540 static void batch_from_xarray_clear(struct pfn_batch *batch, struct xarray *xa, in batch_from_xarray_clear() 563 static void clear_xarray(struct xarray *xa, unsigned long start_index, in clear_xarray() 575 static int pages_to_xarray(struct xarray *xa, unsigned long start_index, in pages_to_xarray()
|
/Linux-v6.6/drivers/crypto/intel/qat/qat_common/ |
D | qat_asym_algs.c | 85 dma_addr_t xa; member 89 dma_addr_t xa; member 105 char *xa; member
|
/Linux-v6.6/fs/cachefiles/ |
D | daemon.c | 137 struct xarray *xa = &cache->reqs; in cachefiles_flush_reqs() local
|
/Linux-v6.6/drivers/infiniband/hw/hns/ |
D | hns_roce_qp.c | 286 struct xarray *xa = &hr_dev->qp_table_xa; in hns_roce_qp_store() local 369 struct xarray *xa = &hr_dev->qp_table_xa; in hns_roce_qp_remove() local
|
/Linux-v6.6/crypto/ |
D | dh.c | 19 MPI xa; /* Value is guaranteed to be set. */ member
|
/Linux-v6.6/mm/ |
D | vmalloc.c | 2027 struct xarray *xa; in new_vmap_block() local 2081 struct xarray *xa; in free_vmap_block() local 2222 struct xarray *xa; in vb_free() local 3643 struct xarray *xa; in vmap_ram_vread_iter() local
|
/Linux-v6.6/include/net/ |
D | xdp.h | 193 void *xa; member
|