Searched refs:__xa_alloc (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/compat/linuxkpi/common/src/ |
H A D | linux_xarray.c | 118 __xa_alloc(struct xarray *xa, uint32_t *pindex, void *ptr, uint32_t mask, gfp_t gfp) in __xa_alloc() function 165 retval = __xa_alloc(xa, pindex, ptr, mask, gfp); in xa_alloc()
|
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | xarray.h | 85 int __xa_alloc(struct xarray *, uint32_t *, void *, uint32_t, gfp_t);
|