Searched refs:xa_store_range (Results 1 – 9 of 9) sorted by relevance
| /linux-6.15/Documentation/translations/zh_CN/core-api/ |
| H A D | xarray.rst | 79 调用xa_store_range()可以在一个索引范围内存储同一个条目。如果你这样做,其他的一些操作将以 175 * xa_store_range()
|
| /linux-6.15/mm/ |
| H A D | memremap.c | 68 xa_store_range(&pgmap_array, PHYS_PFN(range->start), PHYS_PFN(range->end), in pgmap_array_delete() 206 error = xa_err(xa_store_range(&pgmap_array, PHYS_PFN(range->start), in pagemap_range()
|
| /linux-6.15/virt/kvm/ |
| H A D | guest_memfd.c | 523 xa_store_range(&gmem->bindings, start, end - 1, slot, GFP_KERNEL); in kvm_gmem_bind() 555 xa_store_range(&gmem->bindings, start, end - 1, NULL, GFP_KERNEL); in kvm_gmem_unbind()
|
| /linux-6.15/arch/x86/kernel/cpu/sgx/ |
| H A D | main.c | 640 xa_store_range(&sgx_epc_address_space, section->phys_addr, in sgx_setup_epc_section()
|
| /linux-6.15/include/linux/ |
| H A D | xarray.h | 358 void *xa_store_range(struct xarray *, unsigned long first, unsigned long last,
|
| /linux-6.15/lib/ |
| H A D | xarray.c | 1869 void *xa_store_range(struct xarray *xa, unsigned long first, in xa_store_range() function 1903 EXPORT_SYMBOL(xa_store_range);
|
| H A D | test_xarray.c | 1793 xa_store_range(xa, first, last, xa_mk_index(first), GFP_KERNEL); in __check_store_range() 1800 xa_store_range(xa, first, last, NULL, GFP_KERNEL); in __check_store_range()
|
| /linux-6.15/Documentation/core-api/ |
| H A D | xarray.rst | 92 Calling xa_store_range() stores the same entry in a range 218 * xa_store_range()
|
| /linux-6.15/sound/core/ |
| H A D | control.c | 406 xa_store_range(&card->ctl_numids, kcontrol->id.numid, in add_hash_entries()
|