Home
last modified time | relevance | path

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

/linux-6.3-rc2/Documentation/translations/zh_CN/core-api/
A Dxarray.rst85 以调用xa_release()来删除这个未使用的条目。如果在此期间有其他用户存储到该条目,xa_release()
122 将标记该条目为正在使用中,就像xa_reserve()。要释放一个条目,请使用xa_erase()(或者xa_release(),
/linux-6.3-rc2/lib/
A Dtest_xarray.c437 xa_release(xa, 12345678); in check_reserve()
443 xa_release(xa, 12345678); in check_reserve()
451 xa_release(xa, 12345678); in check_reserve()
483 xa_release(xa, 6); in check_reserve()
/linux-6.3-rc2/Documentation/core-api/
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-6.3-rc2/include/linux/
A Dxarray.h1108 static inline void xa_release(struct xarray *xa, unsigned long index) in xa_release() function
/linux-6.3-rc2/drivers/iommu/iommufd/
A Dio_pagetable.c889 xa_release(&iopt->domains, iopt->next_domain_id); in iopt_table_add_domain()
/linux-6.3-rc2/drivers/infiniband/core/
A Ddevice.c988 xa_release(&device->compat_devs, rnet->id); in add_one_compat_dev()

Completed in 17 milliseconds