Lines Matching refs:__read_mostly
49 static int fast_convergence __read_mostly = 1; variable
50 static int beta __read_mostly = 717; /* = 717/1024 (BICTCP_BETA_SCALE) */ variable
51 static int initial_ssthresh __read_mostly; variable
52 static int bic_scale __read_mostly = 41; variable
53 static int tcp_friendliness __read_mostly = 1; variable
55 static int hystart __read_mostly = 1; variable
56 static int hystart_detect __read_mostly = HYSTART_ACK_TRAIN | HYSTART_DELAY; variable
57 static int hystart_low_window __read_mostly = 16; variable
58 static int hystart_ack_delta_us __read_mostly = 2000; variable
60 static u32 cube_rtt_scale __read_mostly; variable
61 static u32 beta_scale __read_mostly; variable
62 static u64 cube_factor __read_mostly; variable
476 static struct tcp_congestion_ops cubictcp __read_mostly = { variable