Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dxarray.h556 void *__xa_cmpxchg(struct xarray *, unsigned long index, void *old,
688 curr = __xa_cmpxchg(xa, index, old, entry, gfp); in xa_cmpxchg()
715 curr = __xa_cmpxchg(xa, index, old, entry, gfp); in xa_cmpxchg_bh()
742 curr = __xa_cmpxchg(xa, index, old, entry, gfp); in xa_cmpxchg_irq()
/Linux-v5.10/fs/erofs/
Dutils.c95 pre = __xa_cmpxchg(&sbi->managed_pslots, grp->index, in erofs_insert_workgroup()
/Linux-v5.10/lib/
Dxarray.c1597 void *__xa_cmpxchg(struct xarray *xa, unsigned long index, in __xa_cmpxchg() function
1617 EXPORT_SYMBOL(__xa_cmpxchg);
/Linux-v5.10/drivers/infiniband/hw/mlx5/
Dodp.c272 if (__xa_cmpxchg(&imr->implicit_children, idx, mr, NULL, GFP_ATOMIC) != in destroy_unused_implicit_child_mr()
/Linux-v5.10/Documentation/core-api/
Dxarray.rst231 * __xa_cmpxchg()