Home
last modified time | relevance | path

Searched refs:xarray_range (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/sys/dev/pci/drm/include/linux/
Dxarray.h39 struct xarray_range { struct
44 #define XA_LIMIT(_start, _end) (struct xarray_range){ _start, _end } argument
49 int __xa_alloc(struct xarray *, u32 *, void *, struct xarray_range, gfp_t);
50 int __xa_alloc_cyclic(struct xarray *, u32 *, void *, struct xarray_range,
129 xa_alloc(struct xarray *xa, u32 *id, void *entry, struct xarray_range xr, in xa_alloc()
202 struct xarray_range xr, u32 *next, gfp_t gfp) in xa_alloc_cyclic_irq()
/openbsd/src/sys/dev/pci/drm/
Ddrm_linux.c1016 __xa_alloc(struct xarray *xa, u32 *id, void *entry, struct xarray_range xr, in __xa_alloc()
1061 struct xarray_range xr, u32 *next, gfp_t gfp) in __xa_alloc_cyclic()