Home
last modified time | relevance | path

Searched refs:xa_store (Results 1 – 25 of 40) sorted by relevance

12

/linux-6.1.9/Documentation/translations/zh_CN/core-api/
Dxarray.rst63 然后你可以用xa_store()来设置条目,用xa_load()来获取条目。xa_store将用新的条目覆盖任
64 何条目,并返回存储在该索引的上一个条目。你可以使用xa_erase()来代替调用xa_store()的
83 有时你需要确保对xa_store()的后续调用将不需要分配内存。xa_reserve()函数将在指定索引处存储
121 使用xa_store()、xa_cmpxchg()或xa_insert()也将标记该条目为正在分配。与普通的XArray不同,存储 ``NULL``
135 xa_store(), xa_cmpxchg(), xa_alloc(), xa_reserve()和xa_insert()函数接受一个gfp_t参数,以
163 * xa_store()
/linux-6.1.9/tools/testing/radix-tree/
Diteration_check_2.c43 xa_store(xa, i, xa_mk_value(i), GFP_KERNEL); in throbber()
64 xa_store(&array, 100, xa_mk_value(100), GFP_KERNEL); in iteration_test2()
/linux-6.1.9/arch/arm64/mm/
Dmteswap.c37 ret = xa_store(&mte_pages, page_private(page), tag_storage, GFP_KERNEL); in mte_save_tags()
/linux-6.1.9/fs/ksmbd/mgmt/
Dtree_connect.c78 ret = xa_err(xa_store(&sess->tree_conns, tree_conn->id, tree_conn, in ksmbd_tree_conn_connect()
Duser_session.c188 return xa_err(xa_store(&conn->sessions, sess->id, sess, GFP_KERNEL)); in ksmbd_session_register()
/linux-6.1.9/lib/
Dtest_xarray.c42 return xa_store(xa, index, xa_mk_index(index), gfp); in xa_store_index()
96 XA_BUG_ON(xa, xa_err(xa_store(xa, 1, xa_mk_value(0), GFP_KERNEL)) != 0); in check_xa_err()
614 xa_store(xa, 3, xa, GFP_KERNEL); in check_multi_store()
780 XA_BUG_ON(xa, xa_store(xa, 3, xa_mk_index(3), GFP_KERNEL) != NULL); in check_xa_alloc_2()
781 XA_BUG_ON(xa, xa_store(xa, 4, xa_mk_index(4), GFP_KERNEL) != NULL); in check_xa_alloc_2()
782 XA_BUG_ON(xa, xa_store(xa, 4, NULL, GFP_KERNEL) != xa_mk_index(4)); in check_xa_alloc_2()
1626 XA_BUG_ON(xa, xa_store(xa, 0, name + i, GFP_KERNEL) != NULL); in check_align_2()
1632 XA_BUG_ON(xa, xa_store(xa, 0, name + i, 0) != NULL); in check_align_2()
1778 xa_store(xa, ULONG_MAX, xa, GFP_KERNEL); in check_destroy()
Dtest_hmm.c233 entry = xa_store(&dmirror->pt, pfn, entry, GFP_ATOMIC); in dmirror_do_fault()
732 entry = xa_store(&dmirror->pt, pfn, entry, GFP_ATOMIC); in dmirror_atomic_map()
772 entry = xa_store(&dmirror->pt, pfn, entry, GFP_ATOMIC); in dmirror_migrate_finalize_and_map()
/linux-6.1.9/Documentation/core-api/
Dxarray.rst66 You can then set entries using xa_store() and get entries
67 using xa_load(). xa_store will overwrite any entry with the
69 use xa_erase() instead of calling xa_store() with a
97 Sometimes you need to ensure that a subsequent call to xa_store()
152 Using xa_store(), xa_cmpxchg() or xa_insert() will
171 The xa_store(), xa_cmpxchg(), xa_alloc(),
204 * xa_store()
/linux-6.1.9/arch/x86/kernel/cpu/sgx/
Dvirt.c53 ret = xa_err(xa_store(&vepc->page_array, index, epc_page, GFP_KERNEL)); in __sgx_vepc_fault()
/linux-6.1.9/arch/arm64/kernel/
Dhibernate.c231 ret = xa_store(&mte_pages, pfn, tag_storage, GFP_KERNEL); in save_tags()
/linux-6.1.9/drivers/infiniband/sw/rxe/
Drxe_pool.c300 xa_ret = xa_store(&elem->pool->xa, elem->index, elem, GFP_KERNEL); in __rxe_finalize()
/linux-6.1.9/io_uring/
Dtctx.c122 ret = xa_err(xa_store(&tctx->xa, (unsigned long)ctx, in __io_uring_add_tctx_node()
Dkbuf.c47 return xa_err(xa_store(&ctx->io_bl_xa, bgid, bl, GFP_KERNEL)); in io_buffer_add_list()
/linux-6.1.9/drivers/infiniband/core/
Ddevice.c715 ret = xa_err(xa_store(&device->client_data, client->client_id, NULL, in add_client_context()
973 ret = xa_err(xa_store(&device->compat_devs, rnet->id, in add_one_compat_dev()
1127 ret = xa_err(xa_store(&rdma_nets, rnet->id, NULL, GFP_KERNEL)); in rdma_dev_exit_net()
1962 rc = xa_store(&device->client_data, client->client_id, data, in ib_set_client_data()
Drdma_core.c594 old = xa_store(&ufile->idr, uobj->id, uobj, GFP_KERNEL); in alloc_commit_idr_uobject()
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/steering/
Ddr_domain.c48 ret = xa_err(xa_store(&dmn->csum_fts_xa, vport_num, in mlx5dr_domain_get_recalc_cs_ft_addr()
/linux-6.1.9/drivers/infiniband/hw/hns/
Dhns_roce_srq.c125 ret = xa_err(xa_store(&srq_table->xa, srq->srqn, srq, GFP_KERNEL)); in alloc_srqc()
Dhns_roce_cq.c154 ret = xa_err(xa_store(&cq_table->array, hr_cq->cqn, hr_cq, GFP_KERNEL)); in alloc_cqc()
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/
Dpci_irq.c245 err = xa_err(xa_store(&pool->irqs, irq->index, irq, GFP_KERNEL)); in mlx5_irq_alloc()
/linux-6.1.9/drivers/pci/
Dp2pdma.c538 xa_store(&p2pdma->map_types, map_types_idx(client), in calc_map_type_and_dist()
/linux-6.1.9/kernel/trace/
Dtrace_syscalls.c537 ret = xa_store(&syscalls_metadata_sparse, i, meta, in init_ftrace_syscalls()
/linux-6.1.9/drivers/scsi/elx/libefc/
Defc_nport.c185 rc = xa_err(xa_store(&nport->domain->lookup, fc_id, nport, GFP_ATOMIC)); in efc_nport_attach()
Defc_domain.c478 rc = xa_err(xa_store(&domain->lookup, fc_id, domain->nport, in __efc_domain_allocated()
/linux-6.1.9/drivers/gpu/drm/scheduler/
Dsched_main.c672 xa_store(&job->dependencies, index, fence, GFP_KERNEL); in drm_sched_job_add_dependency()
/linux-6.1.9/drivers/base/
Dmemory.c637 ret = xa_err(xa_store(&memory_blocks, memory->dev.id, memory, in __add_memory_block()

12