| /linux-6.15/Documentation/translations/zh_CN/core-api/ |
| H A D | xarray.rst | 187 * __xa_store() 215 err = xa_err(__xa_store(&foo->array, index, entry, GFP_KERNEL));
|
| /linux-6.15/include/linux/ |
| H A D | xarray.h | 563 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 D | region.c | 298 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 D | grant-dma-ops.c | 62 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 D | page.c | 335 f = __xa_store(&dmap->i_pages, index, folio, GFP_NOFS); in nilfs_copy_back_pages()
|
| /linux-6.15/lib/ |
| H A D | xarray.c | 1692 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 D | test_xarray.c | 1837 __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 D | xarray.rst | 230 * __xa_store() 264 err = xa_err(__xa_store(&foo->array, index, entry, GFP_KERNEL));
|
| /linux-6.15/net/shaper/ |
| H A D | shaper.c | 342 prev = __xa_store(&hierarchy->shapers, index, cur, GFP_KERNEL); in net_shaper_pre_insert()
|
| /linux-6.15/fs/btrfs/ |
| H A D | delayed-inode.c | 160 ptr = __xa_store(&root->delayed_nodes, ino, node, GFP_ATOMIC); in btrfs_get_or_create_delayed_node()
|
| H A D | qgroup.c | 2027 ret = __xa_store(&delayed_refs->dirty_extents, index, record, GFP_ATOMIC); in btrfs_qgroup_trace_extent_nolock()
|
| /linux-6.15/mm/ |
| H A D | huge_memory.c | 3594 __xa_store(&mapping->i_pages, in __split_unmapped_folio() 3597 __xa_store(&swap_cache->i_pages, in __split_unmapped_folio()
|
| H A D | shmem.c | 2206 __xa_store(&mapping->i_pages, aligned_index + i, in shmem_split_large_entry()
|
| /linux-6.15/drivers/infiniband/hw/mlx5/ |
| H A D | odp.c | 524 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 D | vgic-its.c | 122 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 D | intel_guc_submission.c | 589 __xa_store(&guc->context_lookup, id, ce, GFP_ATOMIC); in set_ctx_id_mapping()
|