Home
last modified time | relevance | path

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

/Linux-v5.4/lib/
Dtest_xarray.c408 xa_release(xa, 12345678); in check_reserve()
414 xa_release(xa, 12345678); in check_reserve()
422 xa_release(xa, 12345678); in check_reserve()
454 xa_release(xa, 6); in check_reserve()
/Linux-v5.4/Documentation/core-api/
Dxarray.rst113 not need to use the reserved entry, you can call xa_release()
115 in the meantime, xa_release() will do nothing; if instead you
142 To free an entry, use xa_erase() (or xa_release() if
/Linux-v5.4/include/linux/
Dxarray.h1055 static inline void xa_release(struct xarray *xa, unsigned long index) in xa_release() function
/Linux-v5.4/drivers/infiniband/core/
Ddevice.c925 xa_release(&device->compat_devs, rnet->id); in add_one_compat_dev()