Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A 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()
/OK3568_Linux_fs/kernel/fs/erofs/
H A Dutils.c83 pre = __xa_cmpxchg(&sbi->managed_pslots, grp->index, in erofs_insert_workgroup()
/OK3568_Linux_fs/kernel/lib/
H A Dxarray.c1601 void *__xa_cmpxchg(struct xarray *xa, unsigned long index, in __xa_cmpxchg() function
1621 EXPORT_SYMBOL(__xa_cmpxchg);
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/mlx5/
H A Dodp.c272 if (__xa_cmpxchg(&imr->implicit_children, idx, mr, NULL, GFP_ATOMIC) != in destroy_unused_implicit_child_mr()
/OK3568_Linux_fs/kernel/drivers/infiniband/core/
H A Ducma.c608 if (__xa_cmpxchg(&ctx_table, ctx->id, ctx, XA_ZERO_ENTRY, in ucma_destroy_id()
/OK3568_Linux_fs/kernel/Documentation/core-api/
H A Dxarray.rst231 * __xa_cmpxchg()