/linux/lib/ |
A D | test_xarray.c | 20 void xa_dump(const struct xarray *xa) { } in xa_dump() 23 #define XA_BUG_ON(xa, x) do { \ argument 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() 313 static noinline void check_xa_mark(struct xarray *xa) in check_xa_mark() 373 static noinline void check_insert(struct xarray *xa) in check_insert() 1114 static noinline void check_find(struct xarray *xa) in check_find() 1184 static noinline void check_pause(struct xarray *xa) in check_pause() 1311 static noinline void check_move(struct xarray *xa) in check_move() [all …]
|
A D | xarray.c | 56 static inline bool xa_track_free(const struct xarray *xa) in xa_track_free() 61 static inline bool xa_zero_busy(const struct xarray *xa) in xa_zero_busy() 438 struct xarray *xa = xas->xa; in xas_shrink() local 560 struct xarray *xa = xas->xa; in xas_expand() local 640 struct xarray *xa = xas->xa; in xas_create() local 1449 void *xa_load(struct xarray *xa, unsigned long index) in xa_load() 1506 void *xa_erase(struct xarray *xa, unsigned long index) in xa_erase() 1805 int __xa_alloc(struct xarray *xa, u32 *id, void *entry, in __xa_alloc() 2006 void *xa_find(struct xarray *xa, unsigned long *indexp, in xa_find() 2200 void xa_destroy(struct xarray *xa) in xa_destroy() [all …]
|
A D | idr.c | 593 struct xarray *xa = &ida->xa; in ida_dump() local
|
/linux/include/linux/ |
A D | xarray.h | 391 static inline void xa_init(struct xarray *xa) in xa_init() 498 #define xa_for_each(xa, index, entry) \ argument 530 #define xa_lock(xa) spin_lock(&(xa)->xa_lock) argument 536 #define xa_lock_irqsave(xa, flags) \ argument 538 #define xa_unlock_irqrestore(xa, flags) \ argument 540 #define xa_lock_nested(xa, subclass) \ argument 542 #define xa_lock_bh_nested(xa, subclass) \ argument 544 #define xa_lock_irq_nested(xa, subclass) \ argument 1146 #define XA_BUG_ON(xa, x) do { \ argument 1159 #define XA_BUG_ON(xa, x) do { } while (0) argument [all …]
|
A D | idr.h | 245 struct xarray xa; member
|
A D | cdrom.h | 120 int xa; member
|
/linux/net/core/ |
A D | xdp.c | 51 const struct xdp_mem_allocator *xa = ptr; in xdp_mem_id_cmp() local 71 struct xdp_mem_allocator *xa; in __xdp_mem_allocator_rcu_free() local 81 static void mem_xa_remove(struct xdp_mem_allocator *xa) in mem_xa_remove() 91 struct xdp_mem_allocator *xa; in mem_allocator_disconnect() local 115 struct xdp_mem_allocator *xa; in xdp_rxq_info_unreg_mem_model() local 343 struct xdp_mem_allocator *xa; in __xdp_return() local 399 struct xdp_mem_allocator *xa = bq->xa; in xdp_flush_frame_bulk() local 415 struct xdp_mem_allocator *xa; in xdp_return_frame_bulk() local 449 struct xdp_mem_allocator *xa; in __xdp_release_frame() local
|
/linux/tools/testing/radix-tree/ |
A 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()
|
A 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()
|
A D | iteration_check_2.c | 35 struct xarray *xa = arg; in throbber() local
|
A D | iteration_check.c | 21 void my_item_insert(struct xarray *xa, unsigned long index) in my_item_insert()
|
/linux/drivers/infiniband/core/ |
A D | restrack.h | 19 struct xarray xa; member
|
A D | restrack.c | 70 struct xarray *xa = &dev->res[i].xa; in rdma_restrack_clean() local
|
A D | device.c | 154 static void *xan_find_marked(struct xarray *xa, unsigned long *indexp, in xan_find_marked() 176 #define xan_for_each_marked(xa, index, entry, filter) \ argument
|
A D | cma.c | 224 struct xarray *xa = cma_pernet_xa(net, ps); in cma_ps_alloc() local 232 struct xarray *xa = cma_pernet_xa(net, ps); in cma_ps_find() local 240 struct xarray *xa = cma_pernet_xa(net, ps); in cma_ps_remove() local
|
/linux/drivers/staging/unisys/visorhba/ |
A D | visorhba_main.c | 85 struct xarray xa; member 194 static int setup_scsitaskmgmt_handles(struct xarray *xa, struct uiscmdrsp *cmdrsp, in setup_scsitaskmgmt_handles() 221 static void cleanup_scsitaskmgmt_handles(struct xarray *xa, in cleanup_scsitaskmgmt_handles() 637 static void complete_taskmgmt_command(struct xarray *xa, in complete_taskmgmt_command()
|
/linux/drivers/platform/x86/intel/pmt/ |
A D | class.h | 40 struct xarray *xa; member
|
/linux/crypto/ |
A D | dh.c | 19 MPI xa; /* Value is guaranteed to be set. */ member
|
/linux/drivers/iommu/ |
A D | ioasid.c | 55 struct xarray xa; member
|
/linux/drivers/crypto/qat/qat_common/ |
A D | qat_asym_algs.c | 84 dma_addr_t xa; member 88 dma_addr_t xa; member 104 char *xa; member
|
/linux/drivers/infiniband/hw/hns/ |
A D | hns_roce_qp.c | 301 struct xarray *xa = &hr_dev->qp_table_xa; in hns_roce_qp_store() local 384 struct xarray *xa = &hr_dev->qp_table_xa; in hns_roce_qp_remove() local
|
/linux/include/net/ |
A D | xdp.h | 130 void *xa; member
|
/linux/fs/ |
A D | dax.c | 138 struct xarray *xa; member
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
A D | eswitch.h | 617 #define mlx5_esw_for_each_entry_marked(xa, index, entry, last, filter) \ argument
|
/linux/drivers/net/wireless/ath/ath9k/ |
A D | ar9003_eeprom.c | 2963 static int interpolate(int x, int xa, int xb, int ya, int yb) in interpolate()
|