Lines Matching defs:__read_mostly
46 static int fast_convergence __read_mostly = 1; variable
47 static int beta __read_mostly = 717; /* = 717/1024 (BICTCP_BETA_SCALE) */ variable
48 static int initial_ssthresh __read_mostly; variable
49 static int bic_scale __read_mostly = 41; variable
50 static int tcp_friendliness __read_mostly = 1; variable
52 static int hystart __read_mostly = 1; variable
53 static int hystart_detect __read_mostly = HYSTART_ACK_TRAIN | HYSTART_DELAY; variable
54 static int hystart_low_window __read_mostly = 16; variable
55 static int hystart_ack_delta __read_mostly = 2; variable
57 static u32 cube_rtt_scale __read_mostly; variable
58 static u32 beta_scale __read_mostly; variable
59 static u64 cube_factor __read_mostly; variable
468 static struct tcp_congestion_ops cubictcp __read_mostly = { variable