xa_store
xa_store(&numa_info_xa, numa_info->pxm, numa_info, GFP_KERNEL);
entry = xa_store(drm_minor_get_xa(type), minor->index, minor, GFP_KERNEL);
xa_store(drm_minor_get_xa(type), minor->index, NULL, GFP_KERNEL);
old = xa_store(&fpriv->context_xa, id, ctx, GFP_KERNEL);
old = xa_store(&fpriv->proto_context_xa, *id, pc, GFP_KERNEL);
xa_store(&job->dependencies, index, fence, GFP_KERNEL);