Searched refs:__xa_store (Results 1 – 1 of 1) sorted by relevance
1378 void *__xa_store(struct xarray *xa, unsigned long index, void *entry, gfp_t gfp) in __xa_store() function1396 EXPORT_SYMBOL(__xa_store);1420 curr = __xa_store(xa, index, entry, gfp); in xa_store()