Home
last modified time | relevance | path

Searched refs:__read_mostly (Results 1 – 25 of 942) sorted by relevance

12345678910>>...38

/OK3568_Linux_fs/kernel/mm/damon/
H A Dreclaim.c30 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
[all …]
/OK3568_Linux_fs/kernel/arch/x86/kvm/mmu/
H A Dspte.h89 extern u64 __read_mostly shadow_nx_mask;
90 extern u64 __read_mostly shadow_x_mask; /* mutual exclusive with nx_mask */
91 extern u64 __read_mostly shadow_user_mask;
92 extern u64 __read_mostly shadow_accessed_mask;
93 extern u64 __read_mostly shadow_dirty_mask;
94 extern u64 __read_mostly shadow_mmio_value;
95 extern u64 __read_mostly shadow_mmio_access_mask;
96 extern u64 __read_mostly shadow_present_mask;
97 extern u64 __read_mostly shadow_me_mask;
104 extern u64 __read_mostly shadow_acc_track_mask;
[all …]
H A Dspte.c20 u64 __read_mostly shadow_nx_mask;
21 u64 __read_mostly shadow_x_mask; /* mutual exclusive with nx_mask */
22 u64 __read_mostly shadow_user_mask;
23 u64 __read_mostly shadow_accessed_mask;
24 u64 __read_mostly shadow_dirty_mask;
25 u64 __read_mostly shadow_mmio_value;
26 u64 __read_mostly shadow_mmio_access_mask;
27 u64 __read_mostly shadow_present_mask;
28 u64 __read_mostly shadow_me_mask;
29 u64 __read_mostly shadow_acc_track_mask;
[all …]
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dtcp_nv.c58 static int nv_pad __read_mostly = 10; variable
59 static int nv_pad_buffer __read_mostly = 2; variable
60 static int nv_reset_period __read_mostly = 5; /* in seconds */ variable
61 static int nv_min_cwnd __read_mostly = 2; variable
62 static int nv_cong_dec_mult __read_mostly = 30 * 128 / 100; /* = 30% */ variable
63 static int nv_ssthresh_factor __read_mostly = 8; /* = 1 */ variable
64 static int nv_rtt_factor __read_mostly = 128; /* = 1/2*old + 1/2*new */ variable
65 static int nv_loss_dec_factor __read_mostly = 819; /* => 80% */ variable
66 static int nv_cwnd_growth_rate_neg __read_mostly = 8; variable
67 static int nv_cwnd_growth_rate_pos __read_mostly; /* 0 => fixed like Reno */ variable
[all …]
H A Dtcp_cubic.c47 static int fast_convergence __read_mostly = 1; variable
48 static int beta __read_mostly = 717; /* = 717/1024 (BICTCP_BETA_SCALE) */ variable
49 static int initial_ssthresh __read_mostly; variable
50 static int bic_scale __read_mostly = 41; variable
51 static int tcp_friendliness __read_mostly = 1; variable
53 static int hystart __read_mostly = 1; variable
54 static int hystart_detect __read_mostly = HYSTART_ACK_TRAIN | HYSTART_DELAY; variable
55 static int hystart_low_window __read_mostly = 16; variable
56 static int hystart_ack_delta_us __read_mostly = 2000; variable
58 static u32 cube_rtt_scale __read_mostly; variable
[all …]
H A Dtcp_cdg.c38 static int window __read_mostly = 8; variable
39 static unsigned int backoff_beta __read_mostly = 0.7071 * 1024; /* sqrt 0.5 */ variable
40 static unsigned int backoff_factor __read_mostly = 42; variable
41 static unsigned int hystart_detect __read_mostly = 3; variable
42 static unsigned int use_ineff __read_mostly = 5; variable
43 static bool use_shadow __read_mostly = true; variable
44 static bool use_tolerance __read_mostly; variable
395 static struct tcp_congestion_ops tcp_cdg __read_mostly = { variable
H A Dtcp_dctcp.c57 static unsigned int dctcp_shift_g __read_mostly = 4; /* g = 1/2^4 */ variable
61 static unsigned int dctcp_alpha_on_init __read_mostly = DCTCP_MAX_ALPHA; variable
216 static struct tcp_congestion_ops dctcp __read_mostly = { variable
230 static struct tcp_congestion_ops dctcp_reno __read_mostly = { variable
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dpci-dma.c18 static bool disable_dac_quirk __read_mostly; variable
24 int panic_on_overflow __read_mostly = 1; variable
25 int force_iommu __read_mostly = 1; variable
27 int panic_on_overflow __read_mostly = 0; variable
28 int force_iommu __read_mostly = 0; variable
31 int iommu_merge __read_mostly = 0; variable
33 int no_iommu __read_mostly; variable
35 int iommu_detected __read_mostly = 0; variable
/OK3568_Linux_fs/kernel/kernel/
H A Dwatchdog.c42 unsigned long __read_mostly watchdog_enabled;
43 int __read_mostly watchdog_user_enabled = 1;
44 int __read_mostly nmi_watchdog_user_enabled = NMI_WATCHDOG_DEFAULT;
45 int __read_mostly soft_watchdog_user_enabled = 1;
46 int __read_mostly watchdog_thresh = 10;
47 static int __read_mostly nmi_watchdog_available;
49 struct cpumask watchdog_cpumask __read_mostly; variable
55 int __read_mostly sysctl_hardlockup_all_cpu_backtrace;
63 unsigned int __read_mostly hardlockup_panic =
95 static cpumask_t __read_mostly watchdog_cpus;
[all …]
H A Dhung_task.c32 int __read_mostly sysctl_hung_task_check_count = PID_MAX_LIMIT;
46 unsigned long __read_mostly sysctl_hung_task_timeout_secs = CONFIG_DEFAULT_HUNG_TASK_TIMEOUT;
51 unsigned long __read_mostly sysctl_hung_task_check_interval_secs;
53 int __read_mostly sysctl_hung_task_warnings = 10;
55 static int __read_mostly did_panic;
67 unsigned int __read_mostly sysctl_hung_task_all_cpu_backtrace;
74 unsigned int __read_mostly sysctl_hung_task_panic =
/OK3568_Linux_fs/kernel/drivers/video/fbdev/core/
H A Dfbcmap.c20 static u16 red2[] __read_mostly = {
23 static u16 green2[] __read_mostly = {
26 static u16 blue2[] __read_mostly = {
30 static u16 red4[] __read_mostly = {
33 static u16 green4[] __read_mostly = {
36 static u16 blue4[] __read_mostly = {
40 static u16 red8[] __read_mostly = {
43 static u16 green8[] __read_mostly = {
46 static u16 blue8[] __read_mostly = {
50 static u16 red16[] __read_mostly = {
[all …]
/OK3568_Linux_fs/kernel/arch/x86/kvm/vmx/
H A Dcapabilities.h9 extern bool __read_mostly enable_vpid;
10 extern bool __read_mostly flexpriority_enabled;
11 extern bool __read_mostly enable_ept;
12 extern bool __read_mostly enable_unrestricted_guest;
13 extern bool __read_mostly enable_ept_ad_bits;
14 extern bool __read_mostly enable_pml;
15 extern bool __read_mostly enable_apicv;
16 extern int __read_mostly pt_mode;
/OK3568_Linux_fs/kernel/drivers/cpuidle/governors/
H A Dhaltpoll.c23 static unsigned int guest_halt_poll_ns __read_mostly = 200000; variable
27 static unsigned int guest_halt_poll_shrink __read_mostly = 2; variable
31 static unsigned int guest_halt_poll_grow __read_mostly = 2; variable
35 static unsigned int guest_halt_poll_grow_start __read_mostly = 50000; variable
39 static bool guest_halt_poll_allow_shrink __read_mostly = true; variable
/OK3568_Linux_fs/kernel/arch/ia64/kernel/
H A Dpci-dma.c17 int no_iommu __read_mostly; variable
19 int force_iommu __read_mostly = 1; variable
21 int force_iommu __read_mostly; variable
/OK3568_Linux_fs/kernel/fs/gfs2/
H A Dutil.c28 struct kmem_cache *gfs2_glock_cachep __read_mostly; variable
29 struct kmem_cache *gfs2_glock_aspace_cachep __read_mostly; variable
30 struct kmem_cache *gfs2_inode_cachep __read_mostly; variable
31 struct kmem_cache *gfs2_bufdata_cachep __read_mostly; variable
32 struct kmem_cache *gfs2_rgrpd_cachep __read_mostly; variable
33 struct kmem_cache *gfs2_quotad_cachep __read_mostly; variable
34 struct kmem_cache *gfs2_qadata_cachep __read_mostly; variable
35 struct kmem_cache *gfs2_trans_cachep __read_mostly; variable
36 mempool_t *gfs2_page_pool __read_mostly; variable
/OK3568_Linux_fs/kernel/drivers/parisc/
H A Dled.c56 static int led_type __read_mostly = -1; variable
58 static unsigned int led_heartbeat __read_mostly = 1; variable
59 static unsigned int led_diskio __read_mostly = 1; variable
60 static unsigned int led_lanrxtx __read_mostly = 1; variable
61 static char lcd_text[32] __read_mostly;
62 static char lcd_text_default[32] __read_mostly;
63 static int lcd_no_led_support __read_mostly = 0; /* KittyHawk doesn't support LED on its LCD */ variable
109 lcd_info __attribute__((aligned(8))) __read_mostly = variable
148 static void (*led_func_ptr) (unsigned char) __read_mostly;
/OK3568_Linux_fs/kernel/drivers/video/fbdev/
H A Dvesafb.c55 static int inverse __read_mostly; variable
56 static int mtrr __read_mostly; /* disable mtrr */ variable
59 static int pmi_setpal __read_mostly = 1; /* pmi for palette changes ??? */ variable
60 static int ypan __read_mostly; /* 0..nothing, 1..ypan, 2..ywrap */ variable
61 static void (*pmi_start)(void) __read_mostly;
62 static void (*pmi_pal) (void) __read_mostly;
63 static int depth __read_mostly; variable
64 static int vga_compat __read_mostly; variable
/OK3568_Linux_fs/kernel/drivers/cpuidle/
H A Dcpuidle-powernv.c36 static int max_idle_state __read_mostly; variable
37 static struct cpuidle_state *cpuidle_state_table __read_mostly; variable
44 static struct stop_psscr_table stop_psscr_table[CPUIDLE_STATE_MAX] __read_mostly;
46 static u64 default_snooze_timeout __read_mostly; variable
47 static bool snooze_timeout_en __read_mostly; variable
/OK3568_Linux_fs/kernel/net/xfrm/
H A Dxfrm_interface.c49 static struct rtnl_link_ops xfrmi_link_ops __read_mostly; variable
50 static unsigned int xfrmi_net_id __read_mostly; variable
738 static struct rtnl_link_ops xfrmi_link_ops __read_mostly = { variable
782 static struct xfrm6_protocol xfrmi_esp6_protocol __read_mostly = { variable
790 static struct xfrm6_protocol xfrmi_ah6_protocol __read_mostly = { variable
798 static struct xfrm6_protocol xfrmi_ipcomp6_protocol __read_mostly = { variable
818 static struct xfrm6_tunnel xfrmi_ipv6_handler __read_mostly = { variable
825 static struct xfrm6_tunnel xfrmi_ip6ip_handler __read_mostly = { variable
833 static struct xfrm4_protocol xfrmi_esp4_protocol __read_mostly = { variable
841 static struct xfrm4_protocol xfrmi_ah4_protocol __read_mostly = { variable
[all …]
/OK3568_Linux_fs/kernel/net/802/
H A Dstp.c22 static const struct stp_proto __rcu *garp_protos[GARP_ADDR_RANGE + 1] __read_mostly;
23 static const struct stp_proto __rcu *stp_proto __read_mostly; variable
25 static struct llc_sap *sap __read_mostly; variable
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dprocessor.h67 extern u16 __read_mostly tlb_lli_4k[NR_INFO];
68 extern u16 __read_mostly tlb_lli_2m[NR_INFO];
69 extern u16 __read_mostly tlb_lli_4m[NR_INFO];
70 extern u16 __read_mostly tlb_lld_4k[NR_INFO];
71 extern u16 __read_mostly tlb_lld_2m[NR_INFO];
72 extern u16 __read_mostly tlb_lld_4m[NR_INFO];
73 extern u16 __read_mostly tlb_lld_1g[NR_INFO];
/OK3568_Linux_fs/kernel/kernel/rcu/
H A Dupdate.c188 static bool rcu_boot_ended __read_mostly; variable
493 int rcu_cpu_stall_ftrace_dump __read_mostly; variable
495 int rcu_cpu_stall_suppress __read_mostly; // !0 = suppress stall warnings. variable
498 int rcu_cpu_stall_timeout __read_mostly = CONFIG_RCU_CPU_STALL_TIMEOUT; variable
504 int rcu_cpu_stall_suppress_at_boot __read_mostly; // !0 = suppress boot stalls. variable
/OK3568_Linux_fs/kernel/arch/riscv/kernel/
H A Dcpufeature.c16 unsigned long elf_hwcap __read_mostly; variable
19 static DECLARE_BITMAP(riscv_isa, RISCV_ISA_EXT_MAX) __read_mostly;
22 bool has_fpu __read_mostly; variable
/OK3568_Linux_fs/kernel/lib/
H A Ddebug_locks.c25 int debug_locks __read_mostly = 1; variable
33 int debug_locks_silent __read_mostly; variable
/OK3568_Linux_fs/kernel/net/netfilter/
H A Dnf_conntrack_amanda.c24 static unsigned int master_timeout __read_mostly = 300; variable
46 __read_mostly;
62 } search[] __read_mostly = {
178 static struct nf_conntrack_helper amanda_helper[2] __read_mostly = {

12345678910>>...38