Home
last modified time | relevance | path

Searched defs:__read_mostly (Results 1 – 25 of 488) sorted by relevance

12345678910>>...20

/linux-3.3/arch/x86/kernel/
Dpci-dma.c18 static int forbid_dac __read_mostly; variable
23 static int iommu_sac_force __read_mostly; variable
26 int panic_on_overflow __read_mostly = 1; variable
27 int force_iommu __read_mostly = 1; variable
29 int panic_on_overflow __read_mostly = 0; variable
30 int force_iommu __read_mostly = 0; variable
33 int iommu_merge __read_mostly = 0; variable
35 int no_iommu __read_mostly; variable
37 int iommu_detected __read_mostly = 0; variable
46 int iommu_pass_through __read_mostly; variable
[all …]
/linux-3.3/arch/ia64/kernel/
Dpci-dma.c23 dma_addr_t bad_dma_address __read_mostly; variable
26 static int iommu_sac_force __read_mostly; variable
28 int no_iommu __read_mostly; variable
30 int force_iommu __read_mostly = 1; variable
32 int force_iommu __read_mostly; variable
/linux-3.3/net/ipv4/
Dtcp_cubic.c46 static int fast_convergence __read_mostly = 1; variable
47 static int beta __read_mostly = 717; /* = 717/1024 (BICTCP_BETA_SCALE) */ variable
48 static int initial_ssthresh __read_mostly; variable
49 static int bic_scale __read_mostly = 41; variable
50 static int tcp_friendliness __read_mostly = 1; variable
52 static int hystart __read_mostly = 1; variable
53 static int hystart_detect __read_mostly = HYSTART_ACK_TRAIN | HYSTART_DELAY; variable
54 static int hystart_low_window __read_mostly = 16; variable
55 static int hystart_ack_delta __read_mostly = 2; variable
57 static u32 cube_rtt_scale __read_mostly; variable
[all …]
Dtcp_timer.c25 int sysctl_tcp_syn_retries __read_mostly = TCP_SYN_RETRIES; variable
26 int sysctl_tcp_synack_retries __read_mostly = TCP_SYNACK_RETRIES; variable
27 int sysctl_tcp_keepalive_time __read_mostly = TCP_KEEPALIVE_TIME; variable
28 int sysctl_tcp_keepalive_probes __read_mostly = TCP_KEEPALIVE_PROBES; variable
29 int sysctl_tcp_keepalive_intvl __read_mostly = TCP_KEEPALIVE_INTVL; variable
30 int sysctl_tcp_retries1 __read_mostly = TCP_RETR1; variable
31 int sysctl_tcp_retries2 __read_mostly = TCP_RETR2; variable
32 int sysctl_tcp_orphan_retries __read_mostly; variable
33 int sysctl_tcp_thin_linear_timeouts __read_mostly; variable
/linux-3.3/drivers/gpu/drm/i915/
Di915_drv.c41 static int i915_modeset __read_mostly = -1; variable
50 int i915_panel_ignore_lid __read_mostly = 0; variable
56 unsigned int i915_powersave __read_mostly = 1; variable
61 int i915_semaphores __read_mostly = -1; variable
66 int i915_enable_rc6 __read_mostly = -1; variable
71 int i915_enable_fbc __read_mostly = -1; variable
77 unsigned int i915_lvds_downclock __read_mostly = 0; variable
83 int i915_panel_use_ssc __read_mostly = -1; variable
89 int i915_vbt_sdvo_panel_type __read_mostly = -1; variable
95 static bool i915_try_reset __read_mostly = true; variable
[all …]
/linux-3.3/drivers/video/
Dvesafb.c49 static int inverse __read_mostly; variable
50 static int mtrr __read_mostly; /* disable mtrr */ variable
53 static int pmi_setpal __read_mostly = 1; /* pmi for palette changes ??? */ variable
54 static int ypan __read_mostly; /* 0..nothing, 1..ypan, 2..ywrap */ variable
57 static int depth __read_mostly; variable
58 static int vga_compat __read_mostly; variable
/linux-3.3/arch/parisc/kernel/
Dsetup.c52 struct proc_dir_entry * proc_runway_root __read_mostly = NULL; variable
53 struct proc_dir_entry * proc_gsc_root __read_mostly = NULL; variable
54 struct proc_dir_entry * proc_mckinley_root __read_mostly = NULL; variable
57 int parisc_bus_is_phys __read_mostly = 1; /* Assume no IOMMU is present */ variable
Dcache.c32 int split_tlb __read_mostly; variable
33 int dcache_stride __read_mostly; variable
34 int icache_stride __read_mostly; variable
49 struct pdc_cache_info cache_info __read_mostly; variable
51 static struct pdc_btlb_info btlb_info __read_mostly; variable
346 int parisc_cache_flush_threshold __read_mostly = FLUSH_THRESHOLD; variable
/linux-3.3/drivers/xen/
Dxen-selfballoon.c83 static int xen_selfballooning_enabled __read_mostly; variable
93 static unsigned int selfballoon_downhysteresis __read_mostly = 8; variable
94 static unsigned int selfballoon_uphysteresis __read_mostly = 1; variable
97 static unsigned int selfballoon_interval __read_mostly = 5; variable
115 static bool frontswap_selfshrinking __read_mostly; variable
127 static unsigned int frontswap_hysteresis __read_mostly = 20; variable
134 static unsigned int frontswap_inertia __read_mostly = 3; variable
/linux-3.3/net/netfilter/
Dnf_conntrack_proto_udp.c28 static unsigned int nf_ct_udp_timeout __read_mostly = 30*HZ; variable
29 static unsigned int nf_ct_udp_timeout_stream __read_mostly = 180*HZ; variable
180 struct nf_conntrack_l4proto nf_conntrack_l4proto_udp4 __read_mostly = variable
208 struct nf_conntrack_l4proto nf_conntrack_l4proto_udp6 __read_mostly = variable
Dnf_conntrack_proto_udplite.c27 static unsigned int nf_ct_udplite_timeout __read_mostly = 30*HZ; variable
28 static unsigned int nf_ct_udplite_timeout_stream __read_mostly = 180*HZ; variable
166 static struct nf_conntrack_l4proto nf_conntrack_l4proto_udplite4 __read_mostly = variable
190 static struct nf_conntrack_l4proto nf_conntrack_l4proto_udplite6 __read_mostly = variable
Dnf_conntrack_netbios_ns.c35 static unsigned int timeout __read_mostly = 3; variable
49 static struct nf_conntrack_helper helper __read_mostly = { variable
Dnf_conntrack_helper.c33 static struct hlist_head *nf_ct_helper_hash __read_mostly; variable
34 static unsigned int nf_ct_helper_hsize __read_mostly; variable
35 static unsigned int nf_ct_helper_count __read_mostly; variable
258 static struct nf_ct_ext_type helper_extend __read_mostly = { variable
Dxt_RATEEST.c26 static unsigned int jhash_rnd __read_mostly; variable
27 static bool rnd_inited __read_mostly; variable
162 static struct xt_target xt_rateest_tg_reg __read_mostly = { variable
Dxt_mark.c44 static struct xt_target mark_tg_reg __read_mostly = { variable
53 static struct xt_match mark_mt_reg __read_mostly = { variable
Dnf_conntrack_snmp.c27 static unsigned int timeout __read_mostly = 30; variable
55 static struct nf_conntrack_helper helper __read_mostly = { variable
Dnf_conntrack_timestamp.c18 static bool nf_ct_tstamp __read_mostly; variable
36 static struct nf_ct_ext_type tstamp_extend __read_mostly = { variable
Dnf_conntrack_ecache.c156 static int nf_ct_events __read_mostly = NF_CT_EVENTS_DEFAULT; variable
157 static int nf_ct_events_retry_timeout __read_mostly = 15*HZ; variable
179 static struct nf_ct_ext_type event_extend __read_mostly = { variable
/linux-3.3/fs/gfs2/
Dutil.c22 struct kmem_cache *gfs2_glock_cachep __read_mostly; variable
23 struct kmem_cache *gfs2_glock_aspace_cachep __read_mostly; variable
24 struct kmem_cache *gfs2_inode_cachep __read_mostly; variable
25 struct kmem_cache *gfs2_bufdata_cachep __read_mostly; variable
26 struct kmem_cache *gfs2_rgrpd_cachep __read_mostly; variable
27 struct kmem_cache *gfs2_quotad_cachep __read_mostly; variable
/linux-3.3/mm/
Dpercpu.c113 static int pcpu_unit_pages __read_mostly; variable
114 static int pcpu_unit_size __read_mostly; variable
115 static int pcpu_nr_units __read_mostly; variable
116 static int pcpu_atom_size __read_mostly; variable
117 static int pcpu_nr_slots __read_mostly; variable
118 static size_t pcpu_chunk_struct_size __read_mostly; variable
121 static unsigned int pcpu_low_unit_cpu __read_mostly; variable
122 static unsigned int pcpu_high_unit_cpu __read_mostly; variable
125 void *pcpu_base_addr __read_mostly; variable
128 static const int *pcpu_unit_map __read_mostly; /* cpu -> unit */ variable
[all …]
/linux-3.3/net/sched/
Dsch_fifo.c95 struct Qdisc_ops pfifo_qdisc_ops __read_mostly = { variable
110 struct Qdisc_ops bfifo_qdisc_ops __read_mostly = { variable
125 struct Qdisc_ops pfifo_head_drop_qdisc_ops __read_mostly = { variable
/linux-3.3/drivers/video/console/
Dvgacon.c92 static int vga_init_done __read_mostly; variable
93 static unsigned long vga_vram_base __read_mostly; /* Base of video memory */ variable
94 static unsigned long vga_vram_end __read_mostly; /* End of video memory */ variable
95 static unsigned int vga_vram_size __read_mostly; /* Size of video memory */ variable
96 static u16 vga_video_port_reg __read_mostly; /* Video register select port */ variable
97 static u16 vga_video_port_val __read_mostly; /* Video register value port */ variable
100 static int vga_can_do_color __read_mostly; /* Do we support colors? */ variable
101 static unsigned int vga_default_font_height __read_mostly; /* Height of default screen font */ variable
102 static unsigned char vga_video_type __read_mostly; /* Card type */ variable
103 static unsigned char vga_hardscroll_enabled __read_mostly; variable
[all …]
/linux-3.3/arch/arm/kernel/
Dsetup.c85 unsigned int __machine_arch_type __read_mostly; variable
87 unsigned int cacheid __read_mostly; variable
101 unsigned int elf_hwcap __read_mostly; variable
106 struct processor processor __read_mostly; variable
109 struct cpu_tlb_fns cpu_tlb __read_mostly; variable
112 struct cpu_user_fns cpu_user __read_mostly; variable
115 struct cpu_cache_fns cpu_cache __read_mostly; variable
118 struct outer_cache_fns outer_cache __read_mostly; variable
127 int __cpu_architecture __read_mostly = CPU_ARCH_UNKNOWN; variable
/linux-3.3/net/dccp/
Dtimer.c20 int sysctl_dccp_request_retries __read_mostly = TCP_SYN_RETRIES; variable
21 int sysctl_dccp_retries1 __read_mostly = TCP_RETR1; variable
22 int sysctl_dccp_retries2 __read_mostly = TCP_RETR2; variable
/linux-3.3/fs/notify/dnotify/
Ddnotify.c29 int dir_notify_enable __read_mostly = 1; variable
31 static struct kmem_cache *dnotify_struct_cache __read_mostly; variable
32 static struct kmem_cache *dnotify_mark_cache __read_mostly; variable
33 static struct fsnotify_group *dnotify_group __read_mostly; variable

12345678910>>...20