Searched refs:xas_update (Results 1 – 1 of 1) sorted by relevance
| /linux/lib/ |
| H A D | xarray.c | 354 static void xas_update(struct xa_state *xas, struct xa_node *node) in xas_update() function 389 xas_update(xas, parent); in xas_alloc() 473 xas_update(xas, node); in xas_shrink() 515 xas_update(xas, node); in xas_delete_node() 554 xas_update(xas, node); in xas_free_nodes() 625 xas_update(xas, node); in xas_expand() 765 xas_update(xas, node); in update_node() 1118 xas_update(xas, child); in xas_split() 1133 xas_update(xas, node); in xas_split() 1238 xas_update(xas, child); in xas_try_split() [all …]
|