Searched refs:xa_extract (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/Documentation/translations/zh_CN/core-api/ |
| H A D | xarray.rst | 75 你可以通过调用xa_extract()将条目从XArray中复制到一个普通数组中。或者你可以通过调用 159 * xa_extract()
|
| /linux-6.15/fs/smb/client/ |
| H A D | compress.c | 174 nr = xa_extract(iter->xarray, (void **)folios, index, last, ARRAY_SIZE(folios), in collect_sample()
|
| /linux-6.15/include/linux/ |
| H A D | xarray.h | 367 unsigned int xa_extract(struct xarray *, void **dst, unsigned long start,
|
| /linux-6.15/lib/ |
| H A D | xarray.c | 2330 unsigned int xa_extract(struct xarray *xa, void **dst, unsigned long start, in xa_extract() function 2342 EXPORT_SYMBOL(xa_extract);
|
| /linux-6.15/Documentation/core-api/ |
| H A D | xarray.rst | 87 xa_extract(). Or you can iterate over the present entries in the XArray 202 * xa_extract()
|