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

1234567891011>>

/linux-master/arch/powerpc/include/asm/
H A Dcache.h104 #define __read_mostly __section(".data..read_mostly") macro
/linux-master/arch/powerpc/kernel/
H A Dwatchdog.c76 static cpumask_t wd_cpus_enabled __read_mostly; variable
78 static u64 wd_panic_timeout_tb __read_mostly; /* timebase ticks until panic */ variable
79 static u64 wd_smp_panic_timeout_tb __read_mostly; /* panic other CPUs */ variable
81 static u64 wd_timer_period_ms __read_mostly; /* interval between heartbeat */ variable
/linux-master/drivers/cpuidle/
H A Dcpuidle-haltpoll.c21 static bool force __read_mostly; variable
/linux-master/net/ipv6/
H A Dxfrm6_tunnel.c34 static unsigned int xfrm6_tunnel_net_id __read_mostly; variable
55 static struct kmem_cache *xfrm6_tunnel_spi_kmem __read_mostly; variable in typeref:struct:xfrm6_tunnel_spi_kmem
306 static struct xfrm6_tunnel xfrm6_tunnel_handler __read_mostly = { variable in typeref:struct:xfrm6_tunnel_handler
312 static struct xfrm6_tunnel xfrm46_tunnel_handler __read_mostly = { variable in typeref:struct:xfrm46_tunnel_handler
H A Dtunnel6.c22 static struct xfrm6_tunnel __rcu *tunnel6_handlers __read_mostly; variable in typeref:struct:tunnel6_handlers
23 static struct xfrm6_tunnel __rcu *tunnel46_handlers __read_mostly; variable in typeref:struct:tunnel46_handlers
24 static struct xfrm6_tunnel __rcu *tunnelmpls6_handlers __read_mostly; variable in typeref:struct:tunnelmpls6_handlers
H A Dxfrm6_protocol.c22 static struct xfrm6_protocol __rcu *esp6_handlers __read_mostly; variable in typeref:struct:esp6_handlers
23 static struct xfrm6_protocol __rcu *ah6_handlers __read_mostly; variable in typeref:struct:ah6_handlers
24 static struct xfrm6_protocol __rcu *ipcomp6_handlers __read_mostly; variable in typeref:struct:ipcomp6_handlers
/linux-master/arch/mips/kernel/
H A Dftrace.c48 static unsigned int insn_jal_ftrace_caller __read_mostly; variable
49 static unsigned int insn_la_mcount[2] __read_mostly; variable
50 static unsigned int insn_j_ftrace_graph_caller __maybe_unused __read_mostly; variable
/linux-master/net/ipv4/
H A Dtcp_illinois.c35 static int win_thresh __read_mostly = 15; variable
39 static int theta __read_mostly = 5; variable
330 static struct tcp_congestion_ops tcp_illinois __read_mostly = { variable in typeref:struct:tcp_illinois
H A Dxfrm4_protocol.c21 static struct xfrm4_protocol __rcu *esp4_handlers __read_mostly; variable in typeref:struct:esp4_handlers
22 static struct xfrm4_protocol __rcu *ah4_handlers __read_mostly; variable in typeref:struct:ah4_handlers
23 static struct xfrm4_protocol __rcu *ipcomp4_handlers __read_mostly; variable in typeref:struct:ipcomp4_handlers
H A Dtunnel4.c19 static struct xfrm_tunnel __rcu *tunnel4_handlers __read_mostly; variable in typeref:struct:tunnel4_handlers
20 static struct xfrm_tunnel __rcu *tunnel64_handlers __read_mostly; variable in typeref:struct:tunnel64_handlers
21 static struct xfrm_tunnel __rcu *tunnelmpls4_handlers __read_mostly; variable in typeref:struct:tunnelmpls4_handlers
H A Dinetpeer.c68 int inet_peer_threshold __read_mostly; /* start to throw entries more variable
70 int inet_peer_minttl __read_mostly = 120 * HZ; /* TTL under high load: 120 sec */ variable
71 int inet_peer_maxttl __read_mostly = 10 * 60 * HZ; /* usual time to live: 10 min */ variable
H A Dtcp_htcp.c18 static int use_rtt_scaling __read_mostly = 1; variable
22 static int use_bandwidth_switch __read_mostly = 1; variable
289 static struct tcp_congestion_ops htcp __read_mostly = { variable in typeref:struct:htcp
/linux-master/net/netfilter/
H A Dnf_conntrack_irc.c28 static unsigned int dcc_timeout __read_mostly = 300; variable
38 struct nf_conntrack_expect *exp) __read_mostly;
262 static struct nf_conntrack_helper irc[MAX_PORTS] __read_mostly; variable in typeref:struct:irc
H A Dnft_redir.c153 static struct nft_expr_type nft_redir_ipv4_type __read_mostly = { variable in typeref:struct:nft_redir_ipv4_type
181 static struct nft_expr_type nft_redir_ipv6_type __read_mostly = { variable in typeref:struct:nft_redir_ipv6_type
210 static struct nft_expr_type nft_redir_inet_type __read_mostly = { variable in typeref:struct:nft_redir_inet_type
H A Dnft_masq.c150 static struct nft_expr_type nft_masq_ipv4_type __read_mostly = { variable in typeref:struct:nft_masq_ipv4_type
178 static struct nft_expr_type nft_masq_ipv6_type __read_mostly = { variable in typeref:struct:nft_masq_ipv6_type
220 static struct nft_expr_type nft_masq_inet_type __read_mostly = { variable in typeref:struct:nft_masq_inet_type
H A Dcore.c31 const struct nf_ipv6_ops __rcu *nf_ipv6_ops __read_mostly; variable in typeref:struct:nf_ipv6_ops
677 const struct nfnl_ct_hook __rcu *nfnl_ct_hook __read_mostly; variable in typeref:struct:nfnl_ct_hook
680 const struct nf_ct_hook __rcu *nf_ct_hook __read_mostly; variable in typeref:struct:nf_ct_hook
683 const struct nf_defrag_hook __rcu *nf_defrag_v4_hook __read_mostly; variable in typeref:struct:nf_defrag_v4_hook
686 const struct nf_defrag_hook __rcu *nf_defrag_v6_hook __read_mostly; variable in typeref:struct:nf_defrag_v6_hook
693 const struct nf_nat_hook __rcu *nf_nat_hook __read_mostly; variable in typeref:struct:nf_nat_hook
/linux-master/net/dccp/
H A Dtimer.c16 int sysctl_dccp_request_retries __read_mostly = TCP_SYN_RETRIES; variable
17 int sysctl_dccp_retries1 __read_mostly = TCP_RETR1; variable
18 int sysctl_dccp_retries2 __read_mostly = TCP_RETR2; variable
/linux-master/net/sched/
H A Dsch_fifo.c183 struct Qdisc_ops pfifo_qdisc_ops __read_mostly = { variable in typeref:struct:pfifo_qdisc_ops
198 struct Qdisc_ops bfifo_qdisc_ops __read_mostly = { variable in typeref:struct:bfifo_qdisc_ops
213 struct Qdisc_ops pfifo_head_drop_qdisc_ops __read_mostly = { variable in typeref:struct:pfifo_head_drop_qdisc_ops
/linux-master/drivers/misc/sgi-gru/
H A Dgrufile.c37 struct gru_blade_state *gru_base[GRU_MAX_BLADES] __read_mostly; variable in typeref:struct:gru_base
38 unsigned long gru_start_paddr __read_mostly; variable
39 void *gru_start_vaddr __read_mostly; variable
40 unsigned long gru_end_paddr __read_mostly; variable
41 unsigned int gru_max_gids __read_mostly; variable
/linux-master/net/can/
H A Daf_can.c75 static int stats_timer __read_mostly = 1; variable
79 static struct kmem_cache *rcv_cache __read_mostly; variable in typeref:struct:rcv_cache
82 static const struct can_proto __rcu *proto_tab[CAN_NPROTO] __read_mostly; variable in typeref:struct:proto_tab
835 static struct packet_type can_packet __read_mostly = { variable in typeref:struct:can_packet
840 static struct packet_type canfd_packet __read_mostly = { variable in typeref:struct:canfd_packet
845 static struct packet_type canxl_packet __read_mostly = { variable in typeref:struct:canxl_packet
856 static struct pernet_operations can_pernet_ops __read_mostly = { variable in typeref:struct:can_pernet_ops
/linux-master/net/xfrm/
H A Dxfrm_interface_core.c51 static struct rtnl_link_ops xfrmi_link_ops __read_mostly; variable in typeref:struct:xfrmi_link_ops
52 static unsigned int xfrmi_net_id __read_mostly; variable
939 static struct rtnl_link_ops xfrmi_link_ops __read_mostly = { variable in typeref:struct:xfrmi_link_ops
984 static struct xfrm6_protocol xfrmi_esp6_protocol __read_mostly = { variable in typeref:struct:xfrmi_esp6_protocol
992 static struct xfrm6_protocol xfrmi_ah6_protocol __read_mostly = { variable in typeref:struct:xfrmi_ah6_protocol
1000 static struct xfrm6_protocol xfrmi_ipcomp6_protocol __read_mostly = { variable in typeref:struct:xfrmi_ipcomp6_protocol
1020 static struct xfrm6_tunnel xfrmi_ipv6_handler __read_mostly = { variable in typeref:struct:xfrmi_ipv6_handler
1027 static struct xfrm6_tunnel xfrmi_ip6ip_handler __read_mostly = { variable in typeref:struct:xfrmi_ip6ip_handler
1035 static struct xfrm4_protocol xfrmi_esp4_protocol __read_mostly = { variable in typeref:struct:xfrmi_esp4_protocol
1043 static struct xfrm4_protocol xfrmi_ah4_protocol __read_mostly variable in typeref:struct:xfrmi_ah4_protocol
1051 static struct xfrm4_protocol xfrmi_ipcomp4_protocol __read_mostly = { variable in typeref:struct:xfrmi_ipcomp4_protocol
1065 static struct xfrm_tunnel xfrmi_ipip_handler __read_mostly = { variable in typeref:struct:xfrmi_ipip_handler
1072 static struct xfrm_tunnel xfrmi_ipip6_handler __read_mostly = { variable in typeref:struct:xfrmi_ipip6_handler
[all...]
/linux-master/mm/
H A Dutil.c831 int sysctl_overcommit_memory __read_mostly = OVERCOMMIT_GUESS; variable
832 int sysctl_overcommit_ratio __read_mostly = 50; variable
833 unsigned long sysctl_overcommit_kbytes __read_mostly; variable
834 int sysctl_max_map_count __read_mostly = DEFAULT_MAX_MAP_COUNT; variable
835 unsigned long sysctl_user_reserve_kbytes __read_mostly = 1UL << 17; /* 128MB */ variable
836 unsigned long sysctl_admin_reserve_kbytes __read_mostly = 1UL << 13; /* 8MB */ variable
H A Dshow_mem.c21 atomic_long_t _totalram_pages __read_mostly; variable
23 unsigned long totalreserve_pages __read_mostly; variable
24 unsigned long totalcma_pages __read_mostly; variable
/linux-master/arch/sh/boards/mach-se/7206/
H A Dirq.c119 static struct irq_chip se7206_irq_chip __read_mostly = { variable in typeref:struct:se7206_irq_chip
/linux-master/net/bridge/netfilter/
H A Debt_arpreply.c78 static struct xt_target ebt_arpreply_tg_reg __read_mostly = { variable in typeref:struct:ebt_arpreply_tg_reg

Completed in 216 milliseconds

1234567891011>>