Home
last modified time | relevance | path

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

/Linux-v6.6/Documentation/translations/zh_CN/core-api/
Dxarray.rst79 调用xa_store_range()可以在一个索引范围内存储同一个条目。如果你这样做,其他的一些操作将以
175 * xa_store_range()
/Linux-v6.6/mm/
Dmemremap.c67 xa_store_range(&pgmap_array, PHYS_PFN(range->start), PHYS_PFN(range->end), in pgmap_array_delete()
205 error = xa_err(xa_store_range(&pgmap_array, PHYS_PFN(range->start), in pagemap_range()
/Linux-v6.6/arch/x86/kernel/cpu/sgx/
Dmain.c638 xa_store_range(&sgx_epc_address_space, section->phys_addr, in sgx_setup_epc_section()
/Linux-v6.6/lib/
Dxarray.c1716 void *xa_store_range(struct xarray *xa, unsigned long first, in xa_store_range() function
1750 EXPORT_SYMBOL(xa_store_range);
Dtest_xarray.c1524 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()
/Linux-v6.6/include/linux/
Dxarray.h354 void *xa_store_range(struct xarray *, unsigned long first, unsigned long last,
/Linux-v6.6/Documentation/core-api/
Dxarray.rst90 Calling xa_store_range() stores the same entry in a range
216 * xa_store_range()
/Linux-v6.6/sound/core/
Dcontrol.c411 xa_store_range(&card->ctl_numids, kcontrol->id.numid, in add_hash_entries()
/Linux-v6.6/arch/arm64/kvm/
Demulate-nested.c1655 prev = xa_store_range(&sr_forward_xa, in populate_nv_trap_config()