Home
last modified time | relevance | path

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

/Linux-v5.4/mm/
Dmemremap.c51 xa_store_range(&pgmap_array, PHYS_PFN(res->start), PHYS_PFN(res->end), in pgmap_array_delete()
247 error = xa_err(xa_store_range(&pgmap_array, PHYS_PFN(res->start), in memremap_pages()
/Linux-v5.4/lib/
Dxarray.c1551 void *xa_store_range(struct xarray *xa, unsigned long first, in xa_store_range() function
1585 EXPORT_SYMBOL(xa_store_range);
Dtest_xarray.c1373 xa_store_range(xa, first, last, xa_mk_index(first), GFP_KERNEL); in __check_store_range()
1380 xa_store_range(xa, first, last, NULL, GFP_KERNEL); in __check_store_range()
/Linux-v5.4/include/linux/
Dxarray.h350 void *xa_store_range(struct xarray *, unsigned long first, unsigned long last,
/Linux-v5.4/Documentation/core-api/
Dxarray.rst102 Calling xa_store_range() stores the same entry in a range
201 * xa_store_range()