Searched refs:__xa_cmpxchg (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.10/include/linux/ |
D | xarray.h | 556 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/ |
D | utils.c | 95 pre = __xa_cmpxchg(&sbi->managed_pslots, grp->index, in erofs_insert_workgroup()
|
/Linux-v5.10/lib/ |
D | xarray.c | 1597 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/ |
D | odp.c | 272 if (__xa_cmpxchg(&imr->implicit_children, idx, mr, NULL, GFP_ATOMIC) != in destroy_unused_implicit_child_mr()
|
/Linux-v5.10/Documentation/core-api/ |
D | xarray.rst | 231 * __xa_cmpxchg()
|