Home
last modified time | relevance | path

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

/linux-6.15/net/shaper/
H A Dshaper.c901 for (i = 1; i < leaves_count; ++i) { in net_shaper_parent_from_leaves()
913 bool update_node, int leaves_count, in __net_shaper_group() argument
973 for (i = 0; i < leaves_count; ++i) { in __net_shaper_group()
1001 net_shaper_commit(binding, leaves_count, leaves); in __net_shaper_group()
1015 int ret, leaves_count = 0; in net_shaper_pre_del_node() local
1051 leaves[leaves_count++] = *cur; in net_shaper_pre_del_node()
1143 int i, ret, rem, leaves_count; in net_shaper_nl_group_doit() local
1159 if (!leaves_count) { in net_shaper_nl_group_doit()
1172 old_nodes = (void *)&leaves[leaves_count]; in net_shaper_nl_group_doit()
1182 if (WARN_ON_ONCE(i >= leaves_count)) in net_shaper_nl_group_doit()
[all …]
/linux-6.15/include/net/
H A Dnet_shaper.h86 int (*group)(struct net_shaper_binding *binding, int leaves_count,
/linux-6.15/drivers/net/netdevsim/
H A Dnetdev.c528 int leaves_count, in nsim_shaper_group() argument