Searched refs:__read_mostly (Results 1 - 25 of 213) sorted by path

123456789

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A Dapm.c159 static int idle_threshold __read_mostly = DEFAULT_IDLE_THRESHOLD; variable
160 static int idle_period __read_mostly = DEFAULT_IDLE_PERIOD; variable
166 static int bounce_interval __read_mostly = DEFAULT_BOUNCE_INTERVAL; variable
168 static int debug __read_mostly; variable
169 static int smp __read_mostly; variable
621 static void (*original_pm_idle)(void) __read_mostly;
H A Di387.c27 static unsigned long mxcsr_feature_mask __read_mostly = 0xffffffff; variable
H A Dio_apic.c370 static int irqbalance_disabled __read_mostly = IRQBALANCE_CHECK_ARCH; variable
371 static int physical_balance __read_mostly; variable
372 static long balanced_irq_interval __read_mostly = MAX_BALANCED_IRQ_INTERVAL; variable
1223 static u8 irq_vector[NR_IRQ_VECTORS] __read_mostly = { FIRST_DEVICE_VECTOR , 0 }; variable
1853 static struct irq_chip ioapic_chip __read_mostly = { variable in typeref:struct:ioapic_chip
1924 static struct irq_chip lapic_chip __read_mostly = { variable in typeref:struct:lapic_chip
H A Dirq.c62 static union irq_ctx *hardirq_ctx[NR_CPUS] __read_mostly; variable in typeref:union:hardirq_ctx
63 static union irq_ctx *softirq_ctx[NR_CPUS] __read_mostly; variable in typeref:union:softirq_ctx
H A Dsetup.c82 struct cpuinfo_x86 boot_cpu_data __read_mostly = { 0, 0, 0, 0, -1, 1, 0, 0, -1 }; variable in typeref:struct:boot_cpu_data
H A Dsmpboot.c73 cpumask_t cpu_sibling_map[NR_CPUS] __read_mostly; variable
77 cpumask_t cpu_core_map[NR_CPUS] __read_mostly; variable
81 cpumask_t cpu_online_map __read_mostly; variable
95 u8 x86_cpu_to_apicid[NR_CPUS] __read_mostly = variable
462 cpumask_t node_2_cpu_mask[MAX_NUMNODES] __read_mostly = variable
466 int cpu_2_node[NR_CPUS] __read_mostly = { [0 ... NR_CPUS-1] = 0 }; variable
494 u8 cpu_2_logical_apicid[NR_CPUS] __read_mostly = { [0 ... NR_CPUS-1] = BAD_APICID }; variable
H A Dsysenter.c44 unsigned int __read_mostly vdso_enabled = VDSO_DEFAULT;
H A Dtsc.c89 unsigned long cyc2ns_scale __read_mostly; variable
H A Dvmiclock.c118 static struct irq_chip vmi_chip __read_mostly = { variable in typeref:struct:vmi_chip
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/cpu/
H A Dintel.c28 struct movsl_mask movsl_mask __read_mostly; variable in typeref:struct:movsl_mask
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/mm/
H A Ddiscontig.c41 struct pglist_data *node_data[MAX_NUMNODES] __read_mostly; variable in typeref:struct:node_data
53 unsigned long node_start_pfn[MAX_NUMNODES] __read_mostly; variable
54 unsigned long node_end_pfn[MAX_NUMNODES] __read_mostly; variable
70 s8 physnode_map[MAX_ELEMENTS] __read_mostly = { [0 ... (MAX_ELEMENTS - 1)] = -1}; variable
H A Dinit.c470 u64 __supported_pte_mask __read_mostly = ~_PAGE_NX; variable
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/kernel/
H A Dprocess.c319 static struct mips_frame_info schedule_mfi __read_mostly; variable in typeref:struct:schedule_mfi
H A Dsetup.c32 struct cpuinfo_mips cpu_data[NR_CPUS] __read_mostly; variable in typeref:struct:cpu_data
52 unsigned long mips_machtype __read_mostly = MACH_UNKNOWN; variable
53 unsigned long mips_machgroup __read_mostly = MACH_GROUP_UNKNOWN; variable
67 const unsigned long mips_io_port_base __read_mostly = -1; variable
H A Dtime.c74 static unsigned long cycles_per_jiffy __read_mostly; variable
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/mm/
H A Dc-r4k.c57 static unsigned long icache_size __read_mostly; variable
58 static unsigned long dcache_size __read_mostly; variable
59 static unsigned long scache_size __read_mostly; variable
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/parisc/kernel/
H A Dcache.c32 int split_tlb __read_mostly; variable
33 int dcache_stride __read_mostly; variable
34 int icache_stride __read_mostly; variable
45 struct pdc_cache_info cache_info __read_mostly; variable in typeref:struct:cache_info
47 static struct pdc_btlb_info btlb_info __read_mostly; variable in typeref:struct:btlb_info
351 int parisc_cache_flush_threshold __read_mostly = FLUSH_THRESHOLD; variable
H A Ddrivers.c42 struct hppa_dma_ops *hppa_dma_ops __read_mostly; variable in typeref:struct:hppa_dma_ops
H A Dfirmware.c83 int parisc_narrow_firmware __read_mostly = 1; variable
H A Dinventory.c41 int pdc_type __read_mostly = PDC_TYPE_ILLEGAL; variable
H A Dpci-dma.c37 static struct proc_dir_entry * proc_gsc_root __read_mostly = NULL; variable in typeref:struct:proc_gsc_root
38 static unsigned long pcxl_used_bytes __read_mostly = 0; variable
39 static unsigned long pcxl_used_pages __read_mostly = 0; variable
H A Dpci.c52 struct pci_port_ops *pci_port __read_mostly; variable in typeref:struct:pci_port
53 struct pci_bios_ops *pci_bios __read_mostly; variable in typeref:struct:pci_bios
55 static int pci_hba_count __read_mostly; variable
59 static struct pci_hba_data *parisc_pci_hba[PCI_HBA_MAX] __read_mostly; variable in typeref:struct:parisc_pci_hba
H A Dpdc_chassis.c47 static unsigned int pdc_chassis_enabled __read_mostly = 1; variable
H A Dperf.c70 static int perf_processor_interface __read_mostly = UNKNOWN_INTF; variable
71 static int perf_enabled __read_mostly; variable
73 struct parisc_device *cpu_device __read_mostly; variable in typeref:struct:cpu_device
H A Dperf_images.h28 static uint32_t onyx_images[][PCXU_IMAGE_SIZE/sizeof(uint32_t)] __read_mostly = { variable
2096 static uint32_t cuda_images[][PCXW_IMAGE_SIZE/sizeof(uint32_t)] __read_mostly = { variable

Completed in 174 milliseconds

123456789