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