Home
last modified time | relevance | path

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

/linux-6.1.9/Documentation/translations/zh_CN/core-api/
Dxarray.rst187 * __xa_store()
215 err = xa_err(__xa_store(&foo->array, index, entry, GFP_KERNEL));
/linux-6.1.9/security/apparmor/
Dsecid.c52 __xa_store(&aa_secids, secid, label, 0); in aa_secid_update()
/linux-6.1.9/include/linux/
Dxarray.h559 void *__xa_store(struct xarray *, unsigned long index, void *entry, gfp_t);
592 curr = __xa_store(xa, index, entry, gfp); in xa_store_bh()
619 curr = __xa_store(xa, index, entry, gfp); in xa_store_irq()
/linux-6.1.9/drivers/xen/
Dgrant-dma-ops.c61 ret = xa_err(__xa_store(&xen_grant_dma_devices, (unsigned long)dev, data, in store_xen_grant_dma_data()
/linux-6.1.9/fs/nilfs2/
Dpage.c331 f = __xa_store(&dmap->i_pages, index, folio, GFP_NOFS); in nilfs_copy_back_pages()
/linux-6.1.9/lib/
Dxarray.c1540 void *__xa_store(struct xarray *xa, unsigned long index, void *entry, gfp_t gfp) in __xa_store() function
1558 EXPORT_SYMBOL(__xa_store);
1582 curr = __xa_store(xa, index, entry, gfp); in xa_store()
Dtest_xarray.c1566 __xa_store(xa, index + i, xa_mk_index(index + i), 0); in check_split_1()
/linux-6.1.9/drivers/infiniband/hw/mlx5/
Dmr.c173 __xa_store(&ent->mkeys, in push_mkey()
214 old = __xa_store(&ent->mkeys, ent->stored, xa_mk_value(mkey), 0); in push_to_reserved()
232 xa_mkey = __xa_store(&ent->mkeys, ent->stored, XA_ZERO_ENTRY, in pop_stored_mkey()
/linux-6.1.9/Documentation/core-api/
Dxarray.rst228 * __xa_store()
262 err = xa_err(__xa_store(&foo->array, index, entry, GFP_KERNEL));
/linux-6.1.9/mm/
Dhuge_memory.c2543 __xa_store(&head->mapping->i_pages, head[i].index, in __split_huge_page()
2546 __xa_store(&swap_cache->i_pages, offset + i, in __split_huge_page()
/linux-6.1.9/net/core/
Ddevlink.c5880 err = xa_err(__xa_store(&devlink->snapshot_ids, id, xa_mk_value(count), in __devlink_snapshot_id_increment()
5919 __xa_store(&devlink->snapshot_ids, id, xa_mk_value(count), in __devlink_snapshot_id_decrement()
5954 err = xa_err(__xa_store(&devlink->snapshot_ids, id, xa_mk_value(0), in __devlink_snapshot_id_insert()
/linux-6.1.9/drivers/gpu/drm/i915/gt/uc/
Dintel_guc_submission.c571 __xa_store(&guc->context_lookup, id, ce, GFP_ATOMIC); in set_ctx_id_mapping()