Searched refs:__xa_cmpxchg (Results 1 – 10 of 10) sorted by relevance
| /linux-6.15/include/linux/ |
| H A D | xarray.h | 564 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-6.15/Documentation/translations/zh_CN/core-api/ |
| H A D | xarray.rst | 190 * __xa_cmpxchg()
|
| /linux-6.15/lib/ |
| H A D | xarray.c | 1760 void *__xa_cmpxchg(struct xarray *xa, unsigned long index, in __xa_cmpxchg() function 1765 EXPORT_SYMBOL(__xa_cmpxchg);
|
| /linux-6.15/drivers/infiniband/hw/mlx5/ |
| H A D | odp.c | 242 if (__xa_cmpxchg(&imr->implicit_children, idx, mr, NULL, GFP_KERNEL) != in destroy_unused_implicit_child_mr() 508 ret = __xa_cmpxchg(&imr->implicit_children, idx, NULL, mr, in implicit_get_child_mr()
|
| /linux-6.15/drivers/iommu/iommufd/ |
| H A D | device.c | 116 igroup = __xa_cmpxchg(&ictx->groups, id, cur_igroup, new_igroup, in iommufd_get_group()
|
| /linux-6.15/drivers/vfio/ |
| H A D | vfio_main.c | 92 dev_set = __xa_cmpxchg(&vfio_device_set_xa, idx, NULL, new_dev_set, in vfio_assign_device_set()
|
| /linux-6.15/fs/erofs/ |
| H A D | zdata.c | 744 pre = __xa_cmpxchg(&sbi->managed_pslots, pcl->pos, in z_erofs_register_pcluster()
|
| /linux-6.15/drivers/infiniband/core/ |
| H A D | ucma.c | 609 if (__xa_cmpxchg(&ctx_table, ctx->id, ctx, XA_ZERO_ENTRY, in ucma_destroy_id()
|
| /linux-6.15/Documentation/core-api/ |
| H A D | xarray.rst | 233 * __xa_cmpxchg()
|
| /linux-6.15/net/ipv4/ |
| H A D | tcp.c | 2376 __xa_cmpxchg(&sk->sk_user_frags, p->tokens[i], XA_ZERO_ENTRY, in tcp_xa_pool_commit_locked()
|