Searched refs:xa_store_range (Results 1 – 8 of 8) sorted by relevance
/Linux-v6.1/Documentation/translations/zh_CN/core-api/ |
D | xarray.rst | 79 调用xa_store_range()可以在一个索引范围内存储同一个条目。如果你这样做,其他的一些操作将以 175 * xa_store_range()
|
/Linux-v6.1/mm/ |
D | memremap.c | 67 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.1/arch/x86/kernel/cpu/sgx/ |
D | main.c | 638 xa_store_range(&sgx_epc_address_space, section->phys_addr, in sgx_setup_epc_section()
|
/Linux-v6.1/lib/ |
D | xarray.c | 1718 void *xa_store_range(struct xarray *xa, unsigned long first, in xa_store_range() function 1752 EXPORT_SYMBOL(xa_store_range);
|
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()
|
/Linux-v6.1/include/linux/ |
D | xarray.h | 354 void *xa_store_range(struct xarray *, unsigned long first, unsigned long last,
|
/Linux-v6.1/Documentation/core-api/ |
D | xarray.rst | 90 Calling xa_store_range() stores the same entry in a range 216 * xa_store_range()
|
/Linux-v6.1/sound/core/ |
D | control.c | 408 xa_store_range(&card->ctl_numids, kcontrol->id.numid, in add_hash_entries()
|