Home
last modified time | relevance | path

Searched refs:xa_release (Results 1 – 8 of 8) sorted by relevance

/linux/Documentation/translations/zh_CN/core-api/
H A Dxarray.rst85 以调用xa_release()来删除这个未使用的条目。如果在此期间有其他用户存储到该条目,xa_release()
122 将标记该条目为正在使用中,就像xa_reserve()。要释放一个条目,请使用xa_erase()(或者xa_release(),
/linux/Documentation/core-api/
H A Dxarray.rst101 not need to use the reserved entry, you can call xa_release()
103 in the meantime, xa_release() will do nothing; if instead you
155 To free an entry, use xa_erase() (or xa_release() if
/linux/lib/
H A Dtest_xarray.c490 xa_release(xa, 12345678); in check_reserve()
496 xa_release(xa, 12345678); in check_reserve()
504 xa_release(xa, 12345678); in check_reserve()
536 xa_release(xa, 6); in check_reserve()
/linux/include/linux/
H A Dxarray.h1068 * If you do not use the entry that you have reserved, call xa_release()
1118 * xa_release() - Release a reserved entry.
1126 static inline void xa_release(struct xarray *xa, unsigned long index) in xa_release() function
/linux/drivers/iommu/iommufd/
H A Dio_pagetable.c1081 xa_release(&iopt->domains, iopt->next_domain_id); in iopt_table_add_domain()
/linux/drivers/infiniband/core/
H A Ddevice.c988 xa_release(&device->compat_devs, rnet->id); in add_one_compat_dev()
/linux/arch/arm64/kvm/vgic/
H A Dvgic-its.c89 xa_release(&dist->lpi_xa, intid); in vgic_add_lpi()
/linux/virt/kvm/
H A Dkvm_main.c4297 xa_release(&kvm->vcpu_array, vcpu->vcpu_idx); in kvm_vm_ioctl_create_vcpu()