Home
last modified time | relevance | path

Searched refs:xas_prev (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/Documentation/translations/zh_CN/core-api/
Dxarray.rst319 操作将光标移动到树中想要的位置。如果你想移动到下一个或上一个索引,调用xas_next()或xas_prev()。设置
359 不支持使用xas_next()或xas_prev()来处理一个多索引的xa_state。在一个多索引的条目上使用这两个函数中的任
/linux-6.12.1/lib/
Dtest_xarray.c1468 XA_BUG_ON(xa, xas_prev(&xas) != xa_mk_index(0)); in check_move_tiny()
1469 XA_BUG_ON(xa, xas_prev(&xas) != NULL); in check_move_tiny()
1519 void *entry = xas_prev(&xas); in check_move_small()
1535 XA_BUG_ON(xa, xas_prev(&xas) != NULL); in check_move_small()
1554 void *entry = xas_prev(&xas); in check_move()
1560 XA_BUG_ON(xa, xas_prev(&xas) != NULL); in check_move()
1578 void *entry = xas_prev(&xas); in check_move()
1587 XA_BUG_ON(xa, xas_prev(&xas) != NULL); in check_move()
/linux-6.12.1/Documentation/core-api/
Dxarray.rst413 call xas_next() or xas_prev(). Setting the index does
482 Using xas_next() or xas_prev() with a multi-index xa_state is not
/linux-6.12.1/include/linux/
Dxarray.h1854 static inline void *xas_prev(struct xa_state *xas) in xas_prev() function
/linux-6.12.1/mm/
Dfilemap.c1791 void *entry = xas_prev(&xas); in page_cache_prev_miss()