xa_store_range    350 include/linux/xarray.h void *xa_store_range(struct xarray *, unsigned long first, unsigned long last,
xa_store_range   1477 lib/test_xarray.c 	xa_store_range(xa, first, last, xa_mk_index(first), GFP_KERNEL);
xa_store_range   1484 lib/test_xarray.c 	xa_store_range(xa, first, last, NULL, GFP_KERNEL);
xa_store_range   1594 lib/xarray.c   EXPORT_SYMBOL(xa_store_range);
xa_store_range     51 mm/memremap.c  	xa_store_range(&pgmap_array, PHYS_PFN(res->start), PHYS_PFN(res->end),
xa_store_range    247 mm/memremap.c  	error = xa_err(xa_store_range(&pgmap_array, PHYS_PFN(res->start),