Lines Matching refs:__read_mostly
29 static int steal_spins __read_mostly = (1 << 5); variable
30 static int remote_steal_spins __read_mostly = (1 << 2); variable
34 static bool maybe_stealers __read_mostly = true; variable
36 static int head_spins __read_mostly = (1 << 8); variable
38 static bool pv_yield_owner __read_mostly = true; variable
39 static bool pv_yield_allow_steal __read_mostly = false; variable
40 static bool pv_spin_on_preempted_owner __read_mostly = false; variable
41 static bool pv_sleepy_lock __read_mostly = true; variable
42 static bool pv_sleepy_lock_sticky __read_mostly = false; variable
43 static u64 pv_sleepy_lock_interval_ns __read_mostly = 0; variable
44 static int pv_sleepy_lock_factor __read_mostly = 256; variable
45 static bool pv_yield_prev __read_mostly = true; variable
46 static bool pv_yield_propagate_owner __read_mostly = true; variable
47 static bool pv_prod_head __read_mostly = false; variable