Searched refs:__read_mostly (Results 1 - 25 of 527) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/include/asm/
H A Dcache.h17 #define __read_mostly __attribute__((__section__(".data..read_mostly"))) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dfirmware.c20 unsigned long powerpc_firmware_features __read_mostly; variable
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/include/asm/
H A Dcache.h27 #define __read_mostly __attribute__((__section__(".data..read_mostly"))) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/kernel/
H A 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
H A Ddma-mapping.c4 int iommu_detected __read_mostly; variable
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dcache.h15 #ifndef __read_mostly
16 #define __read_mostly macro
H A Drcutiny.h131 extern int rcu_scheduler_active __read_mostly;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dcache.h10 #define __read_mostly __attribute__((__section__(".data..read_mostly"))) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/include/asm/
H A Dcache.h17 #define __read_mostly __attribute__((__section__(".data..read_mostly"))) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/include/arch-v32/arch/
H A Dcache.h10 #define __read_mostly __attribute__((__section__(".data.read_mostly"))) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/include/asm/
H A Dcache.h43 #define __read_mostly __attribute__((__section__(".data.read_mostly"))) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dhung_task.c22 unsigned long __read_mostly sysctl_hung_task_check_count = PID_MAX_LIMIT;
36 unsigned long __read_mostly sysctl_hung_task_timeout_secs = 120;
38 unsigned long __read_mostly sysctl_hung_task_warnings = 10;
40 static int __read_mostly did_panic;
48 unsigned int __read_mostly sysctl_hung_task_panic =
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A 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...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Dfbcmap.c20 static u16 red2[] __read_mostly = { variable
23 static u16 green2[] __read_mostly = { variable
26 static u16 blue2[] __read_mostly = { variable
30 static u16 red4[] __read_mostly = { variable
33 static u16 green4[] __read_mostly = { variable
36 static u16 blue4[] __read_mostly = { variable
40 static u16 red8[] __read_mostly = { variable
43 static u16 green8[] __read_mostly = { variable
46 static u16 blue8[] __read_mostly = { variable
50 static u16 red16[] __read_mostly variable
54 static u16 green16[] __read_mostly = { variable
58 static u16 blue16[] __read_mostly = { variable
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/802/
H A Dstp.c24 static const struct stp_proto *garp_protos[GARP_ADDR_RANGE + 1] __read_mostly; variable in typeref:struct:garp_protos
25 static const struct stp_proto *stp_proto __read_mostly; variable in typeref:struct:stp_proto
27 static struct llc_sap *sap __read_mostly; variable in typeref:struct:sap
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/include/asm/
H A Dcache.h33 #define __read_mostly __attribute__((__section__(".data..read_mostly"))) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dcache.h45 #define __read_mostly __attribute__((__section__(".data..read_mostly"))) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/xen/
H A Dfeatures.c18 u8 xen_features[XENFEAT_NR_SUBMAPS * 32] __read_mostly; variable
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/
H A Dxt_TRACE.c20 static struct xt_target trace_tg_reg __read_mostly = { variable in typeref:struct:trace_tg_reg
H A Dxt_comment.c25 static struct xt_match comment_mt_reg __read_mostly = { variable in typeref:struct:comment_mt_reg
H A Dnf_conntrack_proto_generic.c15 static unsigned int nf_ct_generic_timeout __read_mostly = 600*HZ; variable
88 struct nf_conntrack_l4proto nf_conntrack_l4proto_generic __read_mostly = variable in typeref:struct:nf_conntrack_l4proto_generic
H A Dxt_mark.c44 static struct xt_target mark_tg_reg __read_mostly = { variable in typeref:struct:mark_tg_reg
53 static struct xt_match mark_mt_reg __read_mostly = { variable in typeref:struct:mark_mt_reg
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sched/
H A Dsch_blackhole.c31 static struct Qdisc_ops blackhole_qdisc_ops __read_mostly = { variable in typeref:struct:blackhole_qdisc_ops
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A 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
56 static u32 cube_rtt_scale __read_mostly; variable
57 static u32 beta_scale __read_mostly; variable
58 static u64 cube_factor __read_mostly; variable
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/apic/
H A Dhw_nmi.c21 static DECLARE_BITMAP(backtrace_mask, NR_CPUS) __read_mostly;
80 static __read_mostly struct notifier_block backtrace_notifier = {

Completed in 291 milliseconds

1234567891011>>