Home
last modified time | relevance | path

Searched refs:rc_ratio (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/tipc/
H A Dbcast.c61 * @rc_ratio: dest count as percentage of cluster size where send method changes
62 * @bc_threshold: calculated from rc_ratio; if dests > threshold use broadcast
73 int rc_ratio; member
101 bb->bc_threshold = 1 + (cluster_size * bb->rc_ratio / 100); in tipc_bcbase_calc_bc_threshold()
642 bb->rc_ratio = bc_ratio; in tipc_bc_link_set_broadcast_ratio()
713 bb->rc_ratio = 10; in tipc_bcast_init()
781 return bb->rc_ratio; in tipc_bcast_get_broadcast_ratio()
/kernel/linux/linux-6.6/net/tipc/
H A Dbcast.c61 * @rc_ratio: dest count as percentage of cluster size where send method changes
62 * @bc_threshold: calculated from rc_ratio; if dests > threshold use broadcast
73 int rc_ratio; member
101 bb->bc_threshold = 1 + (cluster_size * bb->rc_ratio / 100); in tipc_bcbase_calc_bc_threshold()
642 bb->rc_ratio = bc_ratio; in tipc_bc_link_set_broadcast_ratio()
713 bb->rc_ratio = 10; in tipc_bcast_init()
781 return bb->rc_ratio; in tipc_bcast_get_broadcast_ratio()

Completed in 4 milliseconds