Lines Matching defs:__read_mostly
30 static int steal_spins __read_mostly = (1 << 5); variable
31 static int remote_steal_spins __read_mostly = (1 << 2); variable
35 static bool maybe_stealers __read_mostly = true; variable
37 static int head_spins __read_mostly = (1 << 8); variable
39 static bool pv_yield_owner __read_mostly = true; variable
40 static bool pv_yield_allow_steal __read_mostly = false; variable
41 static bool pv_spin_on_preempted_owner __read_mostly = false; variable
42 static bool pv_sleepy_lock __read_mostly = true; variable
43 static bool pv_sleepy_lock_sticky __read_mostly = false; variable
44 static u64 pv_sleepy_lock_interval_ns __read_mostly = 0; variable
45 static int pv_sleepy_lock_factor __read_mostly = 256; variable
46 static bool pv_yield_prev __read_mostly = true; variable
47 static bool pv_yield_sleepy_owner __read_mostly = true; variable
48 static bool pv_prod_head __read_mostly = false; variable