Home
last modified time | relevance | path

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

/linux-6.15/mm/
H A Dswap_state.c98 xas_set_update(&xas, workingset_update_node); in add_to_swap_cache()
151 xas_set_update(&xas, workingset_update_node); in __delete_from_swap_cache()
200 xas_set_update(&xas, workingset_update_node); in clear_shadow_from_swap_cache()
H A Dtruncate.c36 xas_set_update(&xas, workingset_update_node); in clear_shadow_entries()
102 xas_set_update(&xas, workingset_update_node); in truncate_folio_batch_exceptionals()
H A Dinternal.h1583 xas_set_update(xas, workingset_update_node); \
/linux-6.15/Documentation/translations/zh_CN/core-api/
H A Dxarray.rst339 你可以调用xas_set_update(),让XArray每次更新一个节点时都调用一个回调函数。这被页面缓存的workingset
/linux-6.15/include/linux/
H A Dxarray.h1690 static inline void xas_set_update(struct xa_state *xas, xa_update_node_t update) in xas_set_update() function
/linux-6.15/Documentation/core-api/
H A Dxarray.rst448 You can call xas_set_update() to have a callback function
/linux-6.15/lib/
H A Dtest_xarray.c2013 xas_set_update(&xas, test_update_node); in check_workingset()