Lines Matching refs:xarray

30 static inline unsigned int xa_lock_type(const struct xarray *xa)  in xa_lock_type()
55 static inline bool xa_track_free(const struct xarray *xa) in xa_track_free()
60 static inline bool xa_zero_busy(const struct xarray *xa) in xa_zero_busy()
65 static inline void xa_mark_set(struct xarray *xa, xa_mark_t mark) in xa_mark_set()
71 static inline void xa_mark_clear(struct xarray *xa, xa_mark_t mark) in xa_mark_clear()
251 #define XA_RCU_FREE ((struct xarray *)1)
434 struct xarray *xa = xas->xa; in xas_shrink()
556 struct xarray *xa = xas->xa; in xas_expand()
636 struct xarray *xa = xas->xa; in xas_create()
1289 void *xa_load(struct xarray *xa, unsigned long index) in xa_load()
1327 void *__xa_erase(struct xarray *xa, unsigned long index) in __xa_erase()
1346 void *xa_erase(struct xarray *xa, unsigned long index) in xa_erase()
1373 void *__xa_store(struct xarray *xa, unsigned long index, void *entry, gfp_t gfp) in __xa_store()
1410 void *xa_store(struct xarray *xa, unsigned long index, void *entry, gfp_t gfp) in xa_store()
1438 void *__xa_cmpxchg(struct xarray *xa, unsigned long index, in __xa_cmpxchg()
1476 int __xa_insert(struct xarray *xa, unsigned long index, void *entry, gfp_t gfp) in __xa_insert()
1551 void *xa_store_range(struct xarray *xa, unsigned long first, in xa_store_range()
1605 int __xa_alloc(struct xarray *xa, u32 *id, void *entry, in __xa_alloc()
1654 int __xa_alloc_cyclic(struct xarray *xa, u32 *id, void *entry, in __xa_alloc_cyclic()
1693 void __xa_set_mark(struct xarray *xa, unsigned long index, xa_mark_t mark) in __xa_set_mark()
1711 void __xa_clear_mark(struct xarray *xa, unsigned long index, xa_mark_t mark) in __xa_clear_mark()
1733 bool xa_get_mark(struct xarray *xa, unsigned long index, xa_mark_t mark) in xa_get_mark()
1763 void xa_set_mark(struct xarray *xa, unsigned long index, xa_mark_t mark) in xa_set_mark()
1781 void xa_clear_mark(struct xarray *xa, unsigned long index, xa_mark_t mark) in xa_clear_mark()
1806 void *xa_find(struct xarray *xa, unsigned long *indexp, in xa_find()
1844 void *xa_find_after(struct xarray *xa, unsigned long *indexp, in xa_find_after()
1942 unsigned int xa_extract(struct xarray *xa, void **dst, unsigned long start, in xa_extract()
1966 void xa_destroy(struct xarray *xa) in xa_destroy()
2052 void xa_dump(const struct xarray *xa) in xa_dump()