Searched refs:xa_store_range (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | memremap.c | 68 xa_store_range(&pgmap_array, PHYS_PFN(range->start), PHYS_PFN(range->end), in pgmap_array_delete() 235 error = xa_err(xa_store_range(&pgmap_array, PHYS_PFN(range->start), in pagemap_range()
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | xarray.c | 1714 void *xa_store_range(struct xarray *xa, unsigned long first, in xa_store_range() function 1748 EXPORT_SYMBOL(xa_store_range);
|
| H A D | test_xarray.c | 1524 xa_store_range(xa, first, last, xa_mk_index(first), GFP_KERNEL); in __check_store_range() 1531 xa_store_range(xa, first, last, NULL, GFP_KERNEL); in __check_store_range()
|
| /OK3568_Linux_fs/kernel/Documentation/core-api/ |
| H A D | xarray.rst | 90 Calling xa_store_range() stores the same entry in a range 216 * xa_store_range()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | xarray.h | 350 void *xa_store_range(struct xarray *, unsigned long first, unsigned long last,
|