Searched refs:cluster_size (Results 1 – 3 of 3) sorted by relevance
74 int tipc_nl_monitor_set_threshold(struct net *net, u32 cluster_size);
725 int tipc_nl_monitor_set_threshold(struct net *net, u32 cluster_size) in tipc_nl_monitor_set_threshold() argument729 if (cluster_size > TIPC_CLUSTER_SIZE) in tipc_nl_monitor_set_threshold()732 tn->mon_threshold = cluster_size; in tipc_nl_monitor_set_threshold()
99 int cluster_size = tipc_link_bc_peers(tipc_bc_sndlink(net)); in tipc_bcbase_calc_bc_threshold() local101 bb->bc_threshold = 1 + (cluster_size * bb->rc_ratio / 100); in tipc_bcbase_calc_bc_threshold()
Completed in 10 milliseconds