HomeSort by: relevance | last modified time | path
    Searched refs:xa_limit (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/include/linux/
xarray.h 37 struct xa_limit;
39 struct xa_limit { struct
86 int xa_alloc(struct xarray *, uint32_t *, void *, struct xa_limit, gfp_t);
91 extern const struct xa_limit xa_limit_32b;
  /src/sys/external/bsd/drm2/linux/
linux_xa.c 83 const struct xa_limit xa_limit_32b = { .min = 0, .max = UINT32_MAX };
155 xa_alloc(struct xarray *xa, uint32_t *idp, void *datum, struct xa_limit limit,

Completed in 23 milliseconds