Home
last modified time | relevance | path

Searched refs:__xa_store (Results 1 – 13 of 13) sorted by relevance

/linux/Documentation/translations/zh_CN/core-api/
H A Dxarray.rst187 * __xa_store()
215 err = xa_err(__xa_store(&foo->array, index, entry, GFP_KERNEL));
/linux/rust/kernel/
H A Dxarray.rs246 unsafe { bindings::__xa_store(self.xa.xa.get(), index, new, gfp.as_raw()) } in store()
/linux/include/linux/
H A Dxarray.h563 void *__xa_store(struct xarray *, unsigned long index, void *entry, gfp_t);
596 curr = __xa_store(xa, index, entry, gfp); in xa_store_bh()
623 curr = __xa_store(xa, index, entry, gfp); in xa_store_irq()
/linux/drivers/xen/
H A Dgrant-dma-ops.c62 ret = xa_err(__xa_store(&xen_grant_dma_devices, (unsigned long)dev, data, in store_xen_grant_dma_data()
/linux/fs/nilfs2/
H A Dpage.c335 f = __xa_store(&dmap->i_pages, index, folio, GFP_NOFS); in nilfs_copy_back_pages()
/linux/lib/
H A Dxarray.c1692 void *__xa_store(struct xarray *xa, unsigned long index, void *entry, gfp_t gfp) in __xa_store() function
1710 EXPORT_SYMBOL(__xa_store);
1734 curr = __xa_store(xa, index, entry, gfp); in xa_store()
H A Dtest_xarray.c1850 __xa_store(xa, index + i, xa_mk_index(index + i), 0); in check_split_1()
1897 __xa_store(xa, index + i, xa_mk_index(index + i), 0); in check_split_2()
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_userq_fence.c106 r = xa_err(__xa_store(&adev->userq_xa, userq->doorbell_index, in amdgpu_userq_fence_driver_alloc()
/linux/fs/btrfs/
H A Ddelayed-inode.c172 ptr = __xa_store(&root->delayed_nodes, ino, node, GFP_ATOMIC); in btrfs_get_or_create_delayed_node()
H A Dqgroup.c1984 ret = __xa_store(&delayed_refs->dirty_extents, index, record, GFP_ATOMIC); in btrfs_qgroup_trace_extent_nolock()
/linux/arch/arm64/kvm/vgic/
H A Dvgic-its.c119 ret = xa_err(__xa_store(&dist->lpi_xa, intid, irq, 0)); in vgic_add_lpi()
/linux/mm/
H A Dhuge_memory.c3876 __xa_store(&mapping->i_pages, new_folio->index, in __folio_freeze_and_split_unmapped()
H A Dshmem.c2268 __xa_store(&mapping->i_pages, aligned_index + i, in shmem_split_large_entry()