Searched refs:xa_alloc (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/sys/external/bsd/drm2/include/linux/ |
| H A D | xarray.h | 69 #define xa_alloc linux_xa_alloc macro 86 int xa_alloc(struct xarray *, uint32_t *, void *, struct xa_limit, gfp_t);
|
| /netbsd-src/sys/external/bsd/drm2/linux/ |
| H A D | linux_xa.c | 155 xa_alloc(struct xarray *xa, uint32_t *idp, void *datum, struct xa_limit limit, in xa_alloc() function
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/ |
| H A D | drm_gem.c | 1518 ret = xa_alloc(fence_array, &id, fence, xa_limit_32b, GFP_KERNEL); in drm_gem_fence_array_add()
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/i915/gem/ |
| H A D | i915_gem_context.c | 827 ret = xa_alloc(&fpriv->context_xa, id, ctx, xa_limit_32b, GFP_KERNEL); in gem_context_register()
|