Lines Matching refs:__read_mostly
30 static bool enabled __read_mostly; variable
38 static unsigned long min_age __read_mostly = 120000000; variable
51 static unsigned long quota_ms __read_mostly = 10; variable
64 static unsigned long quota_sz __read_mostly = 128 * 1024 * 1024; variable
77 static unsigned long quota_reset_interval_ms __read_mostly = 1000; variable
86 static unsigned long wmarks_interval __read_mostly = 5000000; variable
96 static unsigned long wmarks_high __read_mostly = 500; variable
106 static unsigned long wmarks_mid __read_mostly = 400; variable
117 static unsigned long wmarks_low __read_mostly = 200; variable
126 static unsigned long sample_interval __read_mostly = 5000; variable
135 static unsigned long aggr_interval __read_mostly = 100000; variable
146 static unsigned long min_nr_regions __read_mostly = 10; variable
157 static unsigned long max_nr_regions __read_mostly = 1000; variable
166 static unsigned long monitor_region_start __read_mostly; variable
175 static unsigned long monitor_region_end __read_mostly; variable
184 static int kdamond_pid __read_mostly = -1; variable
190 static unsigned long nr_reclaim_tried_regions __read_mostly; variable
196 static unsigned long bytes_reclaim_tried_regions __read_mostly; variable
202 static unsigned long nr_reclaimed_regions __read_mostly; variable
208 static unsigned long bytes_reclaimed_regions __read_mostly; variable
214 static unsigned long nr_quota_exceeds __read_mostly; variable