Home | History | Annotate | Download | only in linux

Lines Matching refs:xarray

33  * This is a lame-o implementation of the Linux xarray data type, which
44 #include <linux/xarray.h>
86 xa_init_flags(struct xarray *xa, gfp_t gfp)
95 xa_destroy(struct xarray *xa)
111 xa_load(struct xarray *xa, unsigned long key)
125 xa_store(struct xarray *xa, unsigned long key, void *datum, gfp_t gfp)
155 xa_alloc(struct xarray *xa, uint32_t *idp, void *datum, struct xa_limit limit,
195 xa_find(struct xarray *xa, unsigned long *startp, unsigned long max,
215 xa_find_after(struct xarray *xa, unsigned long *startp, unsigned long max,
230 xa_erase(struct xarray *xa, unsigned long key)