Home
last modified time | relevance | path

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

/linux/net/shaper/
H A Dshaper.c935 static int net_shaper_parent_from_leaves(int leaves_count, in net_shaper_parent_from_leaves() argument
943 for (i = 1; i < leaves_count; ++i) { in net_shaper_parent_from_leaves()
955 bool update_node, int leaves_count, in __net_shaper_group() argument
982 ret = net_shaper_parent_from_leaves(leaves_count, in __net_shaper_group()
1015 for (i = 0; i < leaves_count; ++i) { in __net_shaper_group()
1032 ret = ops->group(binding, leaves_count, leaves, node, extack); in __net_shaper_group()
1043 net_shaper_commit(binding, leaves_count, leaves); in __net_shaper_group()
1057 int ret, leaves_count = 0; in net_shaper_pre_del_node() local
1087 if (WARN_ON_ONCE(leaves_count == shaper->leaves)) { in net_shaper_pre_del_node()
1092 leaves[leaves_count++] = *cur; in net_shaper_pre_del_node()
[all …]
/linux/include/net/
H A Dnet_shaper.h86 int (*group)(struct net_shaper_binding *binding, int leaves_count,
/linux/drivers/net/netdevsim/
H A Dnetdev.c623 int leaves_count, in nsim_shaper_group() argument