Searched refs:__xa_alloc (Results 1 – 1 of 1) sorted by relevance
/lib/ |
D | xarray.c | 1610 int __xa_alloc(struct xarray *xa, u32 *id, void *entry, in __xa_alloc() function 1636 EXPORT_SYMBOL(__xa_alloc); 1666 ret = __xa_alloc(xa, id, entry, limit, gfp); in __xa_alloc_cyclic() 1674 ret = __xa_alloc(xa, id, entry, limit, gfp); in __xa_alloc_cyclic()
|