Home
last modified time | relevance | path

Searched refs:xa_update_node_t (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
Dxarray.h1287 typedef void (*xa_update_node_t)(struct xa_node *node); typedef
1289 void xa_delete_node(struct xa_node *, xa_update_node_t);
1317 xa_update_node_t xa_update;
1609 static inline void xas_set_update(struct xa_state *xas, xa_update_node_t update) in xas_set_update()
/kernel/linux/linux-5.10/lib/
Dxarray.c2173 void xa_delete_node(struct xa_node *node, xa_update_node_t update) in xa_delete_node()