Home
last modified time | relevance | path

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

/linux/drivers/iommu/amd/
H A Dnested.c76 res = __xa_cmpxchg(xa, index, NULL, elm, GFP_KERNEL); in gdom_info_load_or_alloc_locked()
162 __xa_cmpxchg(&aviommu->gdomid_array, in amd_iommu_alloc_domain_nested()
275 curr = __xa_cmpxchg(&aviommu->gdomid_array, ndom->gdom_id, in nested_domain_free()
/linux/include/linux/
H A Dxarray.h564 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/Documentation/translations/zh_CN/core-api/
H A Dxarray.rst190 * __xa_cmpxchg()
/linux/drivers/block/
H A Dbrd.c96 ret = __xa_cmpxchg(&brd->brd_pages, sector >> PAGE_SECTORS_SHIFT, NULL, in brd_insert_page()
/linux/lib/
H A Dxarray.c1763 void *__xa_cmpxchg(struct xarray *xa, unsigned long index, in __xa_cmpxchg() function
1768 EXPORT_SYMBOL(__xa_cmpxchg);
/linux/drivers/infiniband/core/
H A Ducma.c614 if (__xa_cmpxchg(&ctx_table, ctx->id, ctx, XA_ZERO_ENTRY, in ucma_destroy_id()