Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/lib/
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()
/kernel/linux/linux-5.10/Documentation/core-api/
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
/kernel/linux/linux-5.10/include/linux/
Dxarray.h1090 static inline void xa_release(struct xarray *xa, unsigned long index) in xa_release() function
/kernel/linux/linux-5.10/drivers/infiniband/core/
Ddevice.c936 xa_release(&device->compat_devs, rnet->id); in add_one_compat_dev()