Searched refs:xarray_range (Results 1 – 2 of 2) sorted by relevance
| /openbsd/src/sys/dev/pci/drm/include/linux/ |
| D | xarray.h | 39 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/ |
| D | drm_linux.c | 1016 __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()
|