Searched refs:__xa_cmpxchg (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/fs/erofs/ |
| H A D | utils.c | 83 pre = __xa_cmpxchg(&sbi->managed_pslots, grp->index, in erofs_insert_workgroup()
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | xarray.c | 1601 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 D | odp.c | 272 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 D | ucma.c | 608 if (__xa_cmpxchg(&ctx_table, ctx->id, ctx, XA_ZERO_ENTRY, in ucma_destroy_id()
|
| /OK3568_Linux_fs/kernel/Documentation/core-api/ |
| H A D | xarray.rst | 231 * __xa_cmpxchg()
|