Home
last modified time | relevance | path

Searched refs:__xa_alloc (Results 1 – 1 of 1) sorted by relevance

/lib/
Dxarray.c1808 int __xa_alloc(struct xarray *xa, u32 *id, void *entry, in __xa_alloc() function
1834 EXPORT_SYMBOL(__xa_alloc);
1864 ret = __xa_alloc(xa, id, entry, limit, gfp); in __xa_alloc_cyclic()
1872 ret = __xa_alloc(xa, id, entry, limit, gfp); in __xa_alloc_cyclic()