Home
last modified time | relevance | path

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

/linux/drivers/iommu/amd/
H A Dnested.c78 res = __xa_cmpxchg(xa, index, NULL, elm, GFP_ATOMIC); in gdom_info_load_or_alloc_locked()
166 __xa_cmpxchg(&aviommu->gdomid_array, in amd_iommu_alloc_domain_nested()
281 curr = __xa_cmpxchg(&aviommu->gdomid_array, ndom->gdom_id, in nested_domain_free()
/linux/include/linux/
H A Dxarray.h564 void *__xa_cmpxchg(struct xarray *, unsigned long index, void *old,
699 curr = __xa_cmpxchg(xa, index, old, entry, gfp); in xa_cmpxchg()
727 curr = __xa_cmpxchg(xa, index, old, entry, gfp); in xa_cmpxchg_bh()
755 curr = __xa_cmpxchg(xa, index, old, entry, gfp); in xa_cmpxchg_irq()
/linux/Documentation/translations/zh_CN/core-api/
H A Dxarray.rst190 * __xa_cmpxchg()
/linux/drivers/block/
H A Dbrd.c96 ret = __xa_cmpxchg(&brd->brd_pages, sector >> PAGE_SECTORS_SHIFT, NULL, in brd_insert_page()
/linux/lib/
H A Dxarray.c1766 void *__xa_cmpxchg(struct xarray *xa, unsigned long index, in __xa_cmpxchg() function
1771 EXPORT_SYMBOL(__xa_cmpxchg);
/linux/drivers/vfio/
H A Dvfio_main.c102 dev_set = __xa_cmpxchg(&vfio_device_set_xa, idx, NULL, new_dev_set, in vfio_assign_device_set()
/linux/drivers/iommu/iommufd/
H A Ddevice.c142 igroup = __xa_cmpxchg(&ictx->groups, id, cur_igroup, new_igroup, in iommufd_get_group()
/linux/fs/erofs/
H A Dzdata.c780 pre = __xa_cmpxchg(&sbi->managed_pslots, pcl->pos, in z_erofs_register_pcluster()
/linux/fs/btrfs/
H A Dextent_io.c3547 exists = __xa_cmpxchg(&fs_info->buffer_tree, start >> fs_info->nodesize_bits, in alloc_test_extent_buffer()
3938 existing_eb = __xa_cmpxchg(&fs_info->buffer_tree, in alloc_extent_buffer()
H A Dinode.c5917 entry = __xa_cmpxchg(&root->inodes, btrfs_ino(inode), inode, NULL, in btrfs_del_inode_from_root()
/linux/drivers/infiniband/core/
H A Ducma.c614 if (__xa_cmpxchg(&ctx_table, ctx->id, ctx, XA_ZERO_ENTRY, in ucma_destroy_id()
/linux/net/ipv4/
H A Dtcp.c2448 __xa_cmpxchg(&sk->sk_user_frags, p->tokens[i], XA_ZERO_ENTRY, in tcp_xa_pool_commit_locked()