Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/pci/drm/include/linux/
Dxarray.h49 int __xa_alloc(struct xarray *, u32 *, void *, struct xarray_range, gfp_t);
134 r = __xa_alloc(xa, id, entry, xr, gfp); in xa_alloc()
/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() function
1063 int r = __xa_alloc(xa, id, entry, xr, gfp); in __xa_alloc_cyclic()