Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dswap.h325 xas_set_update(xas, workingset_update_node); \
Dxarray.h1609 static inline void xas_set_update(struct xa_state *xas, xa_update_node_t update) in xas_set_update() function
/kernel/linux/linux-5.10/mm/
Dtruncate.c39 xas_set_update(&xas, workingset_update_node); in __clear_shadow_entry()
/kernel/linux/linux-5.10/Documentation/core-api/
Dxarray.rst442 You can call xas_set_update() to have a callback function
/kernel/linux/linux-5.10/lib/
Dtest_xarray.c1680 xas_set_update(&xas, test_update_node); in check_workingset()