Searched refs:xa_update_node_t (Results 1 – 2 of 2) sorted by relevance
1322 * typedef xa_update_node_t - A callback function from the XArray.1333 typedef void (*xa_update_node_t)(struct xa_node *node); typedef 1335 void xa_delete_node(struct xa_node *, xa_update_node_t);1363 xa_update_node_t xa_update;1696 static inline void xas_set_update(struct xa_state *xas, xa_update_node_t update) in xas_set_update()
2357 void xa_delete_node(struct xa_node *node, xa_update_node_t update) in xa_delete_node()