Searched refs:xa_alloc (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | xarray.h | 68 int xa_alloc(struct xarray *, uint32_t *, void *, uint32_t, gfp_t);
|
/freebsd/sys/compat/linuxkpi/common/src/ |
H A D | linux_xarray.c | 157 xa_alloc(struct xarray *xa, uint32_t *pindex, void *ptr, uint32_t mask, 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()
|