Home
last modified time | relevance | path

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

/openbmc/linux/mm/
H A Dswap_state.c95 xas_set_update(&xas, workingset_update_node); in add_to_swap_cache()
148 xas_set_update(&xas, workingset_update_node); in __delete_from_swap_cache()
257 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_entry()
/openbmc/linux/Documentation/translations/zh_CN/core-api/
H A Dxarray.rst339 你可以调用xas_set_update(),让XArray每次更新一个节点时都调用一个回调函数。这被页面缓存的workingset
/openbmc/linux/include/linux/
H A Dswap.h357 xas_set_update(xas, workingset_update_node); \
H A Dxarray.h1673 static inline void xas_set_update(struct xa_state *xas, xa_update_node_t update) in xas_set_update() function
/openbmc/linux/Documentation/core-api/
H A Dxarray.rst446 You can call xas_set_update() to have a callback function
/openbmc/linux/lib/
H A Dtest_xarray.c1680 xas_set_update(&xas, test_update_node); in check_workingset()