Searched refs:xa_find (Results 1 – 9 of 9) sorted by relevance
/linux-6.1.9/Documentation/translations/zh_CN/core-api/ |
D | xarray.rst | 77 可能更喜欢使用xa_find()或xa_find_after()来移动到XArray中的下一个当前条目。 157 * xa_find() 322 你可以使用xas_find()搜索下一个当前条目。这相当于xa_find()和xa_find_after();如果光标已经移动到了
|
/linux-6.1.9/include/linux/ |
D | xarray.h | 359 void *xa_find(struct xarray *xa, unsigned long *index, 449 entry = xa_find(xa, &index, last, XA_PRESENT); \ 528 for (index = 0, entry = xa_find(xa, &index, ULONG_MAX, filter); \
|
/linux-6.1.9/drivers/infiniband/hw/hfi1/ |
D | netdev_rx.c | 479 ret = xa_find(&rx->dev_tbl, &index, UINT_MAX, XA_PRESENT); in hfi1_netdev_get_first_data()
|
/linux-6.1.9/lib/ |
D | test_xarray.c | 946 XA_BUG_ON(xa, xa_find(xa, &index, ULONG_MAX, XA_PRESENT) != in check_multi_find_1() 950 XA_BUG_ON(xa, xa_find(xa, &index, ULONG_MAX, XA_PRESENT) != in check_multi_find_1() 1023 void *entry = xa_find(xa, &index, ULONG_MAX, in check_find_1() 1033 entry = xa_find(xa, &index, ULONG_MAX, in check_find_1()
|
D | xarray.c | 2013 void *xa_find(struct xarray *xa, unsigned long *indexp, in xa_find() function 2032 EXPORT_SYMBOL(xa_find);
|
/linux-6.1.9/Documentation/core-api/ |
D | xarray.rst | 87 You may prefer to use xa_find() or xa_find_after() to move to the next 198 * xa_find() 418 is the equivalent of both xa_find() and xa_find_after();
|
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/ |
D | eswitch.h | 624 for (index = 0, entry = xa_find(xa, &index, last, filter); \
|
/linux-6.1.9/mm/ |
D | shmem.c | 1551 if (xa_find(&mapping->i_pages, &hindex, hindex + HPAGE_PMD_NR - 1, in shmem_alloc_hugefolio()
|
/linux-6.1.9/net/core/ |
D | devlink.c | 328 return devlinks_xa_find_get(net, indexp, filter, xa_find); in devlinks_xa_find_get_first()
|