Home
last modified time | relevance | path

Searched refs:xas_next_entry (Results 1 – 7 of 7) sorted by relevance

/linux-6.1.9/Documentation/translations/zh_CN/core-api/
Dxarray.rst324 xas_next_entry()而不是xas_find()来移动到下一个当前条目,在大多数情况下会节省一个函数调用,但代价
329xas_next_entry()。
/linux-6.1.9/drivers/infiniband/core/
Dib_core_uverbs.c308 xas_next_entry(&xas, xa_last - 1); in rdma_user_mmap_entry_insert_range()
/linux-6.1.9/include/linux/
Dxarray.h1669 static inline void *xas_next_entry(struct xa_state *xas, unsigned long max) in xas_next_entry() function
1771 entry = xas_next_entry(xas, max))
/linux-6.1.9/Documentation/core-api/
Dxarray.rst421 entry at the index of the xa_state. Using xas_next_entry() to
430 function is the equivalent of xas_next_entry().
/linux-6.1.9/lib/
Dtest_xarray.c118 XA_BUG_ON(xa, xas_next_entry(&xas, ULONG_MAX) != xa_mk_value(0)); in check_xas_retry()
127 XA_BUG_ON(xa, xas_next_entry(&xas, ULONG_MAX) != xa_mk_value(0)); in check_xas_retry()
/linux-6.1.9/mm/
Dfilemap.c3316 } while ((folio = xas_next_entry(xas, end_pgoff)) != NULL); in next_uptodate_page()
3333 return next_uptodate_page(xas_next_entry(xas, end_pgoff), in next_map_page()
Dkhugepaged.c1807 if (!xas_next_entry(&xas, end - 1)) { in collapse_file()