Home
last modified time | relevance | path

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

/net/tipc/
A Dmonitor.h74 int tipc_nl_monitor_set_threshold(struct net *net, u32 cluster_size);
A Dmonitor.c725 int tipc_nl_monitor_set_threshold(struct net *net, u32 cluster_size) in tipc_nl_monitor_set_threshold() argument
729 if (cluster_size > TIPC_CLUSTER_SIZE) in tipc_nl_monitor_set_threshold()
732 tn->mon_threshold = cluster_size; in tipc_nl_monitor_set_threshold()
A Dbcast.c99 int cluster_size = tipc_link_bc_peers(tipc_bc_sndlink(net)); in tipc_bcbase_calc_bc_threshold() local
101 bb->bc_threshold = 1 + (cluster_size * bb->rc_ratio / 100); in tipc_bcbase_calc_bc_threshold()

Completed in 10 milliseconds