Home
last modified time | relevance | path

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

/lib/
Dxarray.c1378 void *__xa_store(struct xarray *xa, unsigned long index, void *entry, gfp_t gfp) in __xa_store() function
1396 EXPORT_SYMBOL(__xa_store);
1420 curr = __xa_store(xa, index, entry, gfp); in xa_store()