Searched refs:xa_alloc (Results 1 – 3 of 3) sorted by relevance
| /freebsd/sys/compat/linuxkpi/common/include/linux/ |
| H A D | xarray.h | 86 int xa_alloc(struct xarray *, uint32_t *, void *, struct xa_limit, gfp_t);
|
| /freebsd/sys/compat/linuxkpi/common/src/ |
| H A D | linux_xarray.c | 154 xa_alloc(struct xarray *xa, uint32_t *pindex, void *ptr, struct xa_limit limit, gfp_t gfp) in xa_alloc() function
|
| /freebsd/sys/ofed/drivers/infiniband/core/ |
| H A D | ib_rdma_core.c | 303 return xa_alloc(&uobj->ufile->idr, &uobj->id, NULL, xa_limit_32b, in idr_add_uobj()
|