xarray_range
__xa_alloc(struct xarray *xa, u32 *id, void *entry, struct xarray_range xr,
struct xarray_range xr, u32 *next, gfp_t gfp)
xa_alloc(struct xarray *xa, u32 *id, void *entry, struct xarray_range xr,
struct xarray_range xr, u32 *next, gfp_t gfp)
#define XA_LIMIT(_start, _end) (struct xarray_range){ _start, _end }
int __xa_alloc(struct xarray *, u32 *, void *, struct xarray_range, gfp_t);
int __xa_alloc_cyclic(struct xarray *, u32 *, void *, struct xarray_range,