Home
last modified time | relevance | path

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

/linux-6.1.9/Documentation/translations/zh_CN/core-api/
Dxarray.rst75 你可以通过调用xa_extract()将条目从XArray中复制到一个普通数组中。或者你可以通过调用
159 * xa_extract()
/linux-6.1.9/lib/
Dxarray.c2160 unsigned int xa_extract(struct xarray *xa, void **dst, unsigned long start, in xa_extract() function
2172 EXPORT_SYMBOL(xa_extract);
/linux-6.1.9/include/linux/
Dxarray.h363 unsigned int xa_extract(struct xarray *, void **dst, unsigned long start,
/linux-6.1.9/Documentation/core-api/
Dxarray.rst85 xa_extract(). Or you can iterate over the present entries in the XArray
200 * xa_extract()