• Home
  • Raw
  • Download

Lines Matching defs:xa

31 static inline unsigned int xa_lock_type(const struct xarray *xa)  in xa_lock_type()
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()
66 static inline void xa_mark_set(struct xarray *xa, xa_mark_t mark) in xa_mark_set()
72 static inline void xa_mark_clear(struct xarray *xa, xa_mark_t mark) in xa_mark_clear()
435 struct xarray *xa = xas->xa; in xas_shrink() local
557 struct xarray *xa = xas->xa; in xas_expand() local
637 struct xarray *xa = xas->xa; in xas_create() local
1294 void *xa_load(struct xarray *xa, unsigned long index) in xa_load()
1332 void *__xa_erase(struct xarray *xa, unsigned long index) in __xa_erase()
1351 void *xa_erase(struct xarray *xa, unsigned long index) in xa_erase()
1378 void *__xa_store(struct xarray *xa, unsigned long index, void *entry, gfp_t gfp) in __xa_store()
1415 void *xa_store(struct xarray *xa, unsigned long index, void *entry, gfp_t gfp) in xa_store()
1443 void *__xa_cmpxchg(struct xarray *xa, unsigned long index, in __xa_cmpxchg()
1481 int __xa_insert(struct xarray *xa, unsigned long index, void *entry, gfp_t gfp) in __xa_insert()
1556 void *xa_store_range(struct xarray *xa, unsigned long first, in xa_store_range()
1610 int __xa_alloc(struct xarray *xa, u32 *id, void *entry, in __xa_alloc()
1659 int __xa_alloc_cyclic(struct xarray *xa, u32 *id, void *entry, in __xa_alloc_cyclic()
1698 void __xa_set_mark(struct xarray *xa, unsigned long index, xa_mark_t mark) in __xa_set_mark()
1716 void __xa_clear_mark(struct xarray *xa, unsigned long index, xa_mark_t mark) in __xa_clear_mark()
1738 bool xa_get_mark(struct xarray *xa, unsigned long index, xa_mark_t mark) in xa_get_mark()
1768 void xa_set_mark(struct xarray *xa, unsigned long index, xa_mark_t mark) in xa_set_mark()
1786 void xa_clear_mark(struct xarray *xa, unsigned long index, xa_mark_t mark) in xa_clear_mark()
1811 void *xa_find(struct xarray *xa, unsigned long *indexp, in xa_find()
1860 void *xa_find_after(struct xarray *xa, unsigned long *indexp, in xa_find_after()
1957 unsigned int xa_extract(struct xarray *xa, void **dst, unsigned long start, in xa_extract()
1981 void xa_destroy(struct xarray *xa) in xa_destroy()
2067 void xa_dump(const struct xarray *xa) in xa_dump()