Home
last modified time | relevance | path

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

/include/linux/
Dxarray.h1252 typedef void (*xa_update_node_t)(struct xa_node *node); typedef
1280 xa_update_node_t xa_update;
1539 static inline void xas_set_update(struct xa_state *xas, xa_update_node_t update) in xas_set_update()