Home
last modified time | relevance | path

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

/linux-6.15/net/shaper/
H A Dshaper.c913 bool update_node, int leaves_count, in __net_shaper_group() argument
964 if (update_node) { in __net_shaper_group()
999 if (update_node) in __net_shaper_group()
1017 bool update_node; in net_shaper_pre_del_node() local
1058 update_node = node.handle.scope != NET_SHAPER_SCOPE_NETDEV; in net_shaper_pre_del_node()
1059 ret = __net_shaper_group(binding, update_node, leaves_count, in net_shaper_pre_del_node()
/linux-6.15/lib/
H A Dxarray.c755 static void update_node(struct xa_state *xas, struct xa_node *node, in update_node() function
852 update_node(xas, node, count, values); in xas_store()