Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dxarray.h1327 typedef void (*xa_update_node_t)(struct xa_node *node); typedef
1329 void xa_delete_node(struct xa_node *, xa_update_node_t);
1357 xa_update_node_t xa_update;
1677 static inline void xas_set_update(struct xa_state *xas, xa_update_node_t update) in xas_set_update()
/linux-6.12.1/lib/
Dxarray.c2214 void xa_delete_node(struct xa_node *node, xa_update_node_t update) in xa_delete_node()