Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/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-6.15/net/devlink/
H A Dregion.c298 err = xa_err(__xa_store(&devlink->snapshot_ids, id, xa_mk_value(count), in __devlink_snapshot_id_increment()
337 __xa_store(&devlink->snapshot_ids, id, xa_mk_value(count), in __devlink_snapshot_id_decrement()
372 err = xa_err(__xa_store(&devlink->snapshot_ids, id, xa_mk_value(0), in __devlink_snapshot_id_insert()
/linux-6.15/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-6.15/fs/nilfs2/
H A Dpage.c335 f = __xa_store(&dmap->i_pages, index, folio, GFP_NOFS); in nilfs_copy_back_pages()
/linux-6.15/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.c1837 __xa_store(xa, index + i, xa_mk_index(index + i), 0); in check_split_1()
1884 __xa_store(xa, index + i, xa_mk_index(index + i), 0); in check_split_2()
/linux-6.15/Documentation/core-api/
H A Dxarray.rst230 * __xa_store()
264 err = xa_err(__xa_store(&foo->array, index, entry, GFP_KERNEL));
/linux-6.15/net/shaper/
H A Dshaper.c342 prev = __xa_store(&hierarchy->shapers, index, cur, GFP_KERNEL); in net_shaper_pre_insert()
/linux-6.15/fs/btrfs/
H A Ddelayed-inode.c160 ptr = __xa_store(&root->delayed_nodes, ino, node, GFP_ATOMIC); in btrfs_get_or_create_delayed_node()
H A Dqgroup.c2027 ret = __xa_store(&delayed_refs->dirty_extents, index, record, GFP_ATOMIC); in btrfs_qgroup_trace_extent_nolock()
/linux-6.15/mm/
H A Dhuge_memory.c3594 __xa_store(&mapping->i_pages, in __split_unmapped_folio()
3597 __xa_store(&swap_cache->i_pages, in __split_unmapped_folio()
H A Dshmem.c2206 __xa_store(&mapping->i_pages, aligned_index + i, in shmem_split_large_entry()
/linux-6.15/drivers/infiniband/hw/mlx5/
H A Dodp.c524 ret = __xa_store(&dev->odp_mkeys, mlx5_base_mkey(mr->mmkey.key), in implicit_get_child_mr()
/linux-6.15/arch/arm64/kvm/vgic/
H A Dvgic-its.c122 ret = xa_err(__xa_store(&dist->lpi_xa, intid, irq, 0)); in vgic_add_lpi()
/linux-6.15/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_submission.c589 __xa_store(&guc->context_lookup, id, ce, GFP_ATOMIC); in set_ctx_id_mapping()