Searched refs:__read_mostly (Results 151 - 175 of 213) sorted by relevance

123456789

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/netfilter/
H A Dnf_conntrack_expect.c32 struct kmem_cache *nf_conntrack_expect_cachep __read_mostly; variable in typeref:struct:nf_conntrack_expect_cachep
H A Dnf_conntrack_standalone.c316 int nf_conntrack_checksum __read_mostly = 1; variable
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/
H A Dsocket.c143 static const struct net_proto_family *net_families[NPROTO] __read_mostly; variable in typeref:struct:net_families
233 static struct kmem_cache *sock_inode_cachep __read_mostly; variable in typeref:struct:sock_inode_cachep
296 static struct vfsmount *sock_mnt __read_mostly; variable in typeref:struct:sock_mnt
1347 int sysctl_somaxconn __read_mostly = SOMAXCONN; variable
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dblock_dev.c242 static struct kmem_cache * bdev_cachep __read_mostly; variable in typeref:struct:bdev_cachep
315 static struct vfsmount *bd_mnt __read_mostly; variable in typeref:struct:bd_mnt
H A Deventpoll.c238 static struct kmem_cache *epi_cache __read_mostly; variable in typeref:struct:epi_cache
241 static struct kmem_cache *pwq_cache __read_mostly; variable in typeref:struct:pwq_cache
H A Dfcntl.c548 static struct kmem_cache *fasync_cache __read_mostly; variable in typeref:struct:fasync_cache
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dtimer.c1342 struct time_interpolator *time_interpolator __read_mostly; variable in typeref:struct:time_interpolator
1343 static struct time_interpolator *time_interpolator_list __read_mostly; variable in typeref:struct:time_interpolator_list
H A Dcpuset.c63 int number_of_cpusets __read_mostly; variable
2609 int cpuset_memory_pressure_enabled __read_mostly; variable
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/dccp/
H A Dproto.c39 DEFINE_SNMP_STAT(struct dccp_mib, dccp_statistics) __read_mostly;
56 int sysctl_dccp_tx_qlen __read_mostly = 5; variable
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dfib_hash.c47 static struct kmem_cache *fn_hash_kmem __read_mostly; variable in typeref:struct:fn_hash_kmem
48 static struct kmem_cache *fn_alias_kmem __read_mostly; variable in typeref:struct:fn_alias_kmem
H A Dtcp_ipv4.c89 int sysctl_tcp_tw_reuse __read_mostly; variable
90 int sysctl_tcp_low_latency __read_mostly; variable
96 static struct socket *tcp_socket __read_mostly; variable in typeref:struct:tcp_socket
1241 struct request_sock_ops tcp_request_sock_ops __read_mostly = { variable in typeref:struct:tcp_request_sock_ops
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/netfilter/
H A Dnf_nat_snmp_basic.c1270 static struct nf_conntrack_helper snmp_helper __read_mostly = { variable in typeref:struct:snmp_helper
1284 static struct nf_conntrack_helper snmp_trap_helper __read_mostly = { variable in typeref:struct:snmp_trap_helper
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sunrpc/
H A Drpc_pipe.c30 static struct vfsmount *rpc_mount __read_mostly; variable in typeref:struct:rpc_mount
36 static struct kmem_cache *rpc_inode_cachep __read_mostly; variable in typeref:struct:rpc_inode_cachep
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/kernel/
H A Dio_apic.c59 struct irq_cfg irq_cfg[NR_IRQS] __read_mostly = { variable in typeref:struct:irq_cfg
1280 static struct irq_chip ioapic_chip __read_mostly = { variable in typeref:struct:ioapic_chip
1348 static struct hw_interrupt_type lapic_irq_type __read_mostly = { variable in typeref:struct:lapic_irq_type
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acpi/
H A Dprocessor_core.c110 struct acpi_processor_errata errata __read_mostly; variable in typeref:struct:errata
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/mm/
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/parisc/kernel/
H A Ddrivers.c42 struct hppa_dma_ops *hppa_dma_ops __read_mostly; variable in typeref:struct:hppa_dma_ops
H A Dtraps.c333 void (*cpu_lpmc) (int code, struct pt_regs *regs) __read_mostly = default_trap;
H A Dunaligned.c129 int unaligned_enabled __read_mostly = 1; variable
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/lib/
H A Dradix-tree.c65 static unsigned long height_to_maxindex[RADIX_TREE_MAX_PATH] __read_mostly; variable
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/mm/
H A Dpage_alloc.c52 nodemask_t node_states[NR_NODE_STATES] __read_mostly = { variable
65 unsigned long totalram_pages __read_mostly; variable
66 unsigned long totalreserve_pages __read_mostly; variable
148 int nr_node_ids __read_mostly = MAX_NUMNODES; variable
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/ipvs/
H A Dip_vs_conn.c47 static struct kmem_cache *ip_vs_conn_cachep __read_mostly; variable in typeref:struct:ip_vs_conn_cachep
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/rxrpc/
H A Daf_rxrpc.c30 static int sysctl_rxrpc_max_qlen __read_mostly = 10; variable
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/
H A Dcheckpatch.pl305 my $Attribute = qr{__read_mostly|__init|__initdata};
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/ulp/ipoib/
H A Dipoib_main.c56 int ipoib_sendq_size __read_mostly = IPOIB_TX_RING_SIZE; variable
57 int ipoib_recvq_size __read_mostly = IPOIB_RX_RING_SIZE; variable

Completed in 417 milliseconds

123456789