Home
last modified time | relevance | path

Searched refs:xa_delete_node (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/mm/
H A Dworkingset.c753 xa_delete_node(node, workingset_update_node); in shadow_lru_isolate()
/linux-6.15/include/linux/
H A Dxarray.h1329 void xa_delete_node(struct xa_node *, xa_update_node_t);
/linux-6.15/lib/
H A Dxarray.c2351 void xa_delete_node(struct xa_node *node, xa_update_node_t update) in xa_delete_node() function
2365 EXPORT_SYMBOL_GPL(xa_delete_node); /* For the benefit of the test suite */
H A Dtest_xarray.c2005 xa_delete_node(node, test_update_node); in shadow_remove()