Home
last modified time | relevance | path

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

/linux/mm/
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.h1641 xas_set_update(xas, workingset_update_node); \
/linux/Documentation/translations/zh_CN/core-api/
H A Dxarray.rst339 你可以调用xas_set_update(),让XArray每次更新一个节点时都调用一个回调函数。这被页面缓存的workingset
/linux/include/linux/
H A Dxarray.h1696 static inline void xas_set_update(struct xa_state *xas, xa_update_node_t update) in xas_set_update() function
/linux/lib/
H A Dtest_xarray.c2026 xas_set_update(&xas, test_update_node); in check_workingset()