Home
last modified time | relevance | path

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

/linux-6.15/Documentation/translations/zh_CN/core-api/
H A Dxarray.rst319 操作将光标移动到树中想要的位置。如果你想移动到下一个或上一个索引,调用xas_next()或xas_prev()。设置
359 不支持使用xas_next()或xas_prev()来处理一个多索引的xa_state。在一个多索引的条目上使用这两个函数中的任
/linux-6.15/lib/
H A Dtest_xarray.c1504 XA_BUG_ON(xa, xas_prev(&xas) != xa_mk_index(0)); in check_move_tiny()
1505 XA_BUG_ON(xa, xas_prev(&xas) != NULL); in check_move_tiny()
1555 void *entry = xas_prev(&xas); in check_move_small()
1571 XA_BUG_ON(xa, xas_prev(&xas) != NULL); in check_move_small()
1590 void *entry = xas_prev(&xas); in check_move()
1596 XA_BUG_ON(xa, xas_prev(&xas) != NULL); in check_move()
1614 void *entry = xas_prev(&xas); in check_move()
1623 XA_BUG_ON(xa, xas_prev(&xas) != NULL); in check_move()
/linux-6.15/include/linux/
H A Dxarray.h1867 static inline void *xas_prev(struct xa_state *xas) in xas_prev() function
/linux-6.15/Documentation/core-api/
H A Dxarray.rst415 call xas_next() or xas_prev(). Setting the index does
484 Using xas_next() or xas_prev() with a multi-index xa_state is not
/linux-6.15/mm/
H A Dfilemap.c1808 void *entry = xas_prev(&xas); in page_cache_prev_miss()