Searched refs:__xa_store (Results 1 – 15 of 15) sorted by relevance
/linux-6.12.1/Documentation/translations/zh_CN/core-api/ |
D | xarray.rst | 187 * __xa_store() 215 err = xa_err(__xa_store(&foo->array, index, entry, GFP_KERNEL));
|
/linux-6.12.1/security/apparmor/ |
D | secid.c | 52 __xa_store(&aa_secids, secid, label, 0); in aa_secid_update()
|
/linux-6.12.1/include/linux/ |
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.12.1/net/devlink/ |
D | region.c | 300 err = xa_err(__xa_store(&devlink->snapshot_ids, id, xa_mk_value(count), in __devlink_snapshot_id_increment() 339 __xa_store(&devlink->snapshot_ids, id, xa_mk_value(count), in __devlink_snapshot_id_decrement() 374 err = xa_err(__xa_store(&devlink->snapshot_ids, id, xa_mk_value(0), in __devlink_snapshot_id_insert()
|
/linux-6.12.1/drivers/xen/ |
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.12.1/fs/nilfs2/ |
D | page.c | 336 f = __xa_store(&dmap->i_pages, index, folio, GFP_NOFS); in nilfs_copy_back_pages()
|
/linux-6.12.1/lib/ |
D | xarray.c | 1554 void *__xa_store(struct xarray *xa, unsigned long index, void *entry, gfp_t gfp) in __xa_store() function 1572 EXPORT_SYMBOL(__xa_store); 1596 curr = __xa_store(xa, index, entry, gfp); in xa_store()
|
D | test_xarray.c | 1801 __xa_store(xa, index + i, xa_mk_index(index + i), 0); in check_split_1()
|
/linux-6.12.1/Documentation/core-api/ |
D | xarray.rst | 228 * __xa_store() 262 err = xa_err(__xa_store(&foo->array, index, entry, GFP_KERNEL));
|
/linux-6.12.1/mm/ |
D | huge_memory.c | 3217 __xa_store(&folio->mapping->i_pages, head[i].index, in __split_huge_page() 3220 __xa_store(&swap_cache->i_pages, offset + i, in __split_huge_page()
|
D | shmem.c | 2055 __xa_store(&mapping->i_pages, aligned_index + i, in shmem_split_large_entry()
|
/linux-6.12.1/fs/btrfs/ |
D | delayed-inode.c | 160 ptr = __xa_store(&root->delayed_nodes, ino, node, GFP_ATOMIC); in btrfs_get_or_create_delayed_node()
|
D | qgroup.c | 2037 ret = __xa_store(&delayed_refs->dirty_extents, index, record, GFP_ATOMIC); in btrfs_qgroup_trace_extent_nolock()
|
/linux-6.12.1/arch/arm64/kvm/vgic/ |
D | vgic-its.c | 87 ret = xa_err(__xa_store(&dist->lpi_xa, intid, irq, 0)); in vgic_add_lpi()
|
/linux-6.12.1/drivers/gpu/drm/i915/gt/uc/ |
D | intel_guc_submission.c | 589 __xa_store(&guc->context_lookup, id, ce, GFP_ATOMIC); in set_ctx_id_mapping()
|