Searched defs:xa (Results 26 - 39 of 39) sorted by relevance

12

/linux-master/drivers/infiniband/hw/hns/
H A Dhns_roce_qp.c286 struct xarray *xa = &hr_dev->qp_table_xa; local
369 struct xarray *xa = &hr_dev->qp_table_xa; local
H A Dhns_roce_device.h509 struct xarray xa; member in struct:hns_roce_srq_table
/linux-master/lib/
H A Dscatterlist.c1275 struct xarray *xa = iter->xarray; local
/linux-master/include/linux/
H A Dxarray.h378 static inline void xa_init_flags(struct xarray *xa, gfp_t flags) argument
393 static inline void xa_init(struct xarray *xa) argument
405 xa_empty(const struct xarray *xa) argument
418 xa_marked(const struct xarray *xa, xa_mark_t mark) argument
585 xa_store_bh(struct xarray *xa, unsigned long index, void *entry, gfp_t gfp) argument
612 xa_store_irq(struct xarray *xa, unsigned long index, void *entry, gfp_t gfp) argument
638 xa_erase_bh(struct xarray *xa, unsigned long index) argument
662 xa_erase_irq(struct xarray *xa, unsigned long index) argument
688 xa_cmpxchg(struct xarray *xa, unsigned long index, void *old, void *entry, gfp_t gfp) argument
716 xa_cmpxchg_bh(struct xarray *xa, unsigned long index, void *old, void *entry, gfp_t gfp) argument
744 xa_cmpxchg_irq(struct xarray *xa, unsigned long index, void *old, void *entry, gfp_t gfp) argument
774 xa_insert(struct xarray *xa, unsigned long index, void *entry, gfp_t gfp) argument
804 xa_insert_bh(struct xarray *xa, unsigned long index, void *entry, gfp_t gfp) argument
834 xa_insert_irq(struct xarray *xa, unsigned long index, void *entry, gfp_t gfp) argument
867 xa_alloc(struct xarray *xa, u32 *id, void *entry, struct xa_limit limit, gfp_t gfp) argument
900 xa_alloc_bh(struct xarray *xa, u32 *id, void *entry, struct xa_limit limit, gfp_t gfp) argument
933 xa_alloc_irq(struct xarray *xa, u32 *id, void *entry, struct xa_limit limit, gfp_t gfp) argument
970 xa_alloc_cyclic(struct xarray *xa, u32 *id, void *entry, struct xa_limit limit, u32 *next, gfp_t gfp) argument
1007 xa_alloc_cyclic_bh(struct xarray *xa, u32 *id, void *entry, struct xa_limit limit, u32 *next, gfp_t gfp) argument
1044 xa_alloc_cyclic_irq(struct xarray *xa, u32 *id, void *entry, struct xa_limit limit, u32 *next, gfp_t gfp) argument
1076 xa_reserve(struct xarray *xa, unsigned long index, gfp_t gfp) argument
1094 xa_reserve_bh(struct xarray *xa, unsigned long index, gfp_t gfp) argument
1112 xa_reserve_irq(struct xarray *xa, unsigned long index, gfp_t gfp) argument
1126 xa_release(struct xarray *xa, unsigned long index) argument
1198 xa_head(const struct xarray *xa) argument
1205 xa_head_locked(const struct xarray *xa) argument
1212 xa_entry(const struct xarray *xa, const struct xa_node *node, unsigned int offset) argument
1221 xa_entry_locked(const struct xarray *xa, const struct xa_node *node, unsigned int offset) argument
1230 xa_parent(const struct xarray *xa, const struct xa_node *node) argument
1238 xa_parent_locked(const struct xarray *xa, const struct xa_node *node) argument
1345 struct xarray *xa; member in struct:xa_state
1554 xa_get_order(struct xarray *xa, unsigned long index) argument
[all...]
H A Dio_uring_types.h91 struct xarray xa; member in struct:io_uring_task
/linux-master/drivers/iommu/iommufd/
H A Dpages.c519 static void batch_from_xarray(struct pfn_batch *batch, struct xarray *xa, argument
540 static void batch_from_xarray_clear(struct pfn_batch *batch, struct xarray *xa, argument
563 static void clear_xarray(struct xarray *xa, unsigned long start_index, argument
575 static int pages_to_xarray(struct xarray *xa, unsigned long start_index, argument
/linux-master/fs/
H A Ddax.c124 struct xarray *xa; member in struct:exceptional_entry_key
/linux-master/fs/smb/client/
H A Dsmbdirect.c2533 struct xarray *xa = iter->xarray; local
/linux-master/drivers/infiniband/core/
H A Ddevice.c155 static void *xan_find_marked(struct xarray *xa, unsigned long *indexp, argument
H A Dcma.c234 struct xarray *xa = cma_pernet_xa(net, ps); local
242 struct xarray *xa = cma_pernet_xa(net, ps); local
250 struct xarray *xa = cma_pernet_xa(net, ps); local
/linux-master/drivers/gpu/drm/xe/
H A Dxe_device_types.h551 struct xarray xa; member in struct:xe_file::__anon82
559 struct xarray xa; member in struct:xe_file::__anon83
/linux-master/drivers/net/wireless/ath/ath9k/
H A Dar9003_eeprom.c2963 static int interpolate(int x, int xa, int xb, int ya, int yb) argument
/linux-master/drivers/scsi/elx/libefc_sli/
H A Dsli4.c2658 struct sli4_fc_xri_aborted_cqe *xa = (void *)cqe; local
/linux-master/mm/
H A Dvmalloc.c2562 struct xarray *xa; local
2617 struct xarray *xa; local
2759 struct xarray *xa; local
4141 struct xarray *xa; local
[all...]

Completed in 274 milliseconds

12