Lines Matching refs:__read_mostly
57 static int nv_pad __read_mostly = 10; variable
58 static int nv_pad_buffer __read_mostly = 2; variable
59 static int nv_reset_period __read_mostly = 5; /* in seconds */ variable
60 static int nv_min_cwnd __read_mostly = 2; variable
61 static int nv_cong_dec_mult __read_mostly = 30 * 128 / 100; /* = 30% */ variable
62 static int nv_ssthresh_factor __read_mostly = 8; /* = 1 */ variable
63 static int nv_rtt_factor __read_mostly = 128; /* = 1/2*old + 1/2*new */ variable
64 static int nv_loss_dec_factor __read_mostly = 819; /* => 80% */ variable
65 static int nv_cwnd_growth_rate_neg __read_mostly = 8; variable
66 static int nv_cwnd_growth_rate_pos __read_mostly; /* 0 => fixed like Reno */ variable
67 static int nv_dec_eval_min_calls __read_mostly = 60; variable
68 static int nv_inc_eval_min_calls __read_mostly = 20; variable
69 static int nv_ssthresh_eval_min_calls __read_mostly = 30; variable
70 static int nv_stop_rtt_cnt __read_mostly = 10; variable
71 static int nv_rtt_min_cnt __read_mostly = 2; variable
470 static struct tcp_congestion_ops tcpnv __read_mostly = { variable