__xa_store
ret = xa_err(__xa_store(&dist->lpi_xa, intid, irq, 0));
r = xa_err(__xa_store(&adev->userq_xa, userq->doorbell_index,
__xa_store(&guc->context_lookup, id, ce, GFP_ATOMIC);
ret = xa_err(__xa_store(&xen_grant_dma_devices, (unsigned long)dev, data,
ptr = __xa_store(&root->delayed_nodes, ino, node, GFP_ATOMIC);
ret = __xa_store(&delayed_refs->dirty_extents, index, record, GFP_ATOMIC);
f = __xa_store(&dmap->i_pages, index, folio, GFP_NOFS);
void *__xa_store(struct xarray *, unsigned long index, void *entry, gfp_t);
curr = __xa_store(xa, index, entry, gfp);
curr = __xa_store(xa, index, entry, gfp);
__xa_store(xa, index + i, xa_mk_index(index + i), 0);
__xa_store(xa, index + i, xa_mk_index(index + i), 0);
EXPORT_SYMBOL(__xa_store);
curr = __xa_store(xa, index, entry, gfp);
__xa_store(&mapping->i_pages, new_folio->index,
__xa_store(&mapping->i_pages, aligned_index + i,
err = xa_err(__xa_store(&devlink->snapshot_ids, id, xa_mk_value(count),
__xa_store(&devlink->snapshot_ids, id, xa_mk_value(count),
err = xa_err(__xa_store(&devlink->snapshot_ids, id, xa_mk_value(0),
prev = __xa_store(&hierarchy->shapers, index, cur, GFP_KERNEL);