/Linux-v5.4/arch/x86/kernel/ |
D | pci-dma.c | 19 static bool disable_dac_quirk __read_mostly; variable 25 int panic_on_overflow __read_mostly = 1; variable 26 int force_iommu __read_mostly = 1; variable 28 int panic_on_overflow __read_mostly = 0; variable 29 int force_iommu __read_mostly = 0; variable 32 int iommu_merge __read_mostly = 0; variable 34 int no_iommu __read_mostly; variable 36 int iommu_detected __read_mostly = 0; variable
|
/Linux-v5.4/net/ipv4/ |
D | tcp_nv.c | 58 static int nv_pad __read_mostly = 10; variable 59 static int nv_pad_buffer __read_mostly = 2; variable 60 static int nv_reset_period __read_mostly = 5; /* in seconds */ variable 61 static int nv_min_cwnd __read_mostly = 2; variable 62 static int nv_cong_dec_mult __read_mostly = 30 * 128 / 100; /* = 30% */ variable 63 static int nv_ssthresh_factor __read_mostly = 8; /* = 1 */ variable 64 static int nv_rtt_factor __read_mostly = 128; /* = 1/2*old + 1/2*new */ variable 65 static int nv_loss_dec_factor __read_mostly = 819; /* => 80% */ variable 66 static int nv_cwnd_growth_rate_neg __read_mostly = 8; variable 67 static int nv_cwnd_growth_rate_pos __read_mostly; /* 0 => fixed like Reno */ variable [all …]
|
D | tcp_cubic.c | 47 static int fast_convergence __read_mostly = 1; variable 48 static int beta __read_mostly = 717; /* = 717/1024 (BICTCP_BETA_SCALE) */ variable 49 static int initial_ssthresh __read_mostly; variable 50 static int bic_scale __read_mostly = 41; variable 51 static int tcp_friendliness __read_mostly = 1; variable 53 static int hystart __read_mostly = 1; variable 54 static int hystart_detect __read_mostly = HYSTART_ACK_TRAIN | HYSTART_DELAY; variable 55 static int hystart_low_window __read_mostly = 16; variable 56 static int hystart_ack_delta __read_mostly = 2; variable 58 static u32 cube_rtt_scale __read_mostly; variable [all …]
|
D | tcp_cdg.c | 38 static int window __read_mostly = 8; variable 39 static unsigned int backoff_beta __read_mostly = 0.7071 * 1024; /* sqrt 0.5 */ variable 40 static unsigned int backoff_factor __read_mostly = 42; variable 41 static unsigned int hystart_detect __read_mostly = 3; variable 42 static unsigned int use_ineff __read_mostly = 5; variable 43 static bool use_shadow __read_mostly = true; variable 44 static bool use_tolerance __read_mostly; variable 393 static struct tcp_congestion_ops tcp_cdg __read_mostly = { variable
|
D | ip_vti.c | 42 static struct rtnl_link_ops vti_link_ops __read_mostly; variable 44 static unsigned int vti_net_id __read_mostly; variable 428 static struct xfrm4_protocol vti_esp4_protocol __read_mostly = { variable 436 static struct xfrm4_protocol vti_ah4_protocol __read_mostly = { variable 444 static struct xfrm4_protocol vti_ipcomp4_protocol __read_mostly = { variable 452 static struct xfrm_tunnel ipip_handler __read_mostly = { variable 588 static struct rtnl_link_ops vti_link_ops __read_mostly = { variable
|
D | tcp_dctcp.c | 57 static unsigned int dctcp_shift_g __read_mostly = 4; /* g = 1/2^4 */ variable 61 static unsigned int dctcp_alpha_on_init __read_mostly = DCTCP_MAX_ALPHA; variable 216 static struct tcp_congestion_ops dctcp __read_mostly = { variable 230 static struct tcp_congestion_ops dctcp_reno __read_mostly = { variable
|
D | ipip.c | 119 static unsigned int ipip_net_id __read_mostly; variable 122 static struct rtnl_link_ops ipip_link_ops __read_mostly; variable 625 static struct rtnl_link_ops ipip_link_ops __read_mostly = { variable 640 static struct xfrm_tunnel ipip_handler __read_mostly = { variable 647 static struct xfrm_tunnel mplsip_handler __read_mostly = { variable
|
/Linux-v5.4/drivers/cpuidle/governors/ |
D | haltpoll.c | 23 static unsigned int guest_halt_poll_ns __read_mostly = 200000; variable 27 static unsigned int guest_halt_poll_shrink __read_mostly = 2; variable 31 static unsigned int guest_halt_poll_grow __read_mostly = 2; variable 35 static unsigned int guest_halt_poll_grow_start __read_mostly = 50000; variable 39 static bool guest_halt_poll_allow_shrink __read_mostly = true; variable
|
/Linux-v5.4/fs/gfs2/ |
D | util.c | 22 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 28 struct kmem_cache *gfs2_qadata_cachep __read_mostly; variable 29 mempool_t *gfs2_page_pool __read_mostly; variable
|
/Linux-v5.4/arch/ia64/kernel/ |
D | pci-dma.c | 17 int no_iommu __read_mostly; variable 19 int force_iommu __read_mostly = 1; variable 21 int force_iommu __read_mostly; variable
|
/Linux-v5.4/drivers/video/fbdev/ |
D | vesafb.c | 54 static int inverse __read_mostly; variable 55 static int mtrr __read_mostly; /* disable mtrr */ variable 58 static int pmi_setpal __read_mostly = 1; /* pmi for palette changes ??? */ variable 59 static int ypan __read_mostly; /* 0..nothing, 1..ypan, 2..ywrap */ variable 62 static int depth __read_mostly; variable 63 static int vga_compat __read_mostly; variable
|
/Linux-v5.4/drivers/cpuidle/ |
D | cpuidle-pseries.c | 29 static int max_idle_state __read_mostly; variable 30 static struct cpuidle_state *cpuidle_state_table __read_mostly; variable 31 static u64 snooze_timeout __read_mostly; variable 32 static bool snooze_timeout_en __read_mostly; variable
|
/Linux-v5.4/lib/ |
D | debug_locks.c | 25 int debug_locks __read_mostly = 1; variable 33 int debug_locks_silent __read_mostly; variable
|
/Linux-v5.4/net/xfrm/ |
D | xfrm_interface.c | 48 static struct rtnl_link_ops xfrmi_link_ops __read_mostly; variable 49 static unsigned int xfrmi_net_id __read_mostly; variable 720 static struct rtnl_link_ops xfrmi_link_ops __read_mostly = { variable 763 static struct xfrm6_protocol xfrmi_esp6_protocol __read_mostly = { variable 770 static struct xfrm6_protocol xfrmi_ah6_protocol __read_mostly = { variable 777 static struct xfrm6_protocol xfrmi_ipcomp6_protocol __read_mostly = { variable 784 static struct xfrm4_protocol xfrmi_esp4_protocol __read_mostly = { variable 792 static struct xfrm4_protocol xfrmi_ah4_protocol __read_mostly = { variable 800 static struct xfrm4_protocol xfrmi_ipcomp4_protocol __read_mostly = { variable
|
/Linux-v5.4/arch/riscv/kernel/ |
D | cpufeature.c | 15 unsigned long elf_hwcap __read_mostly; variable 17 bool has_fpu __read_mostly; variable
|
/Linux-v5.4/net/can/ |
D | af_can.c | 75 static int stats_timer __read_mostly = 1; variable 79 static struct kmem_cache *rcv_cache __read_mostly; variable 840 static struct packet_type can_packet __read_mostly = { variable 845 static struct packet_type canfd_packet __read_mostly = { variable 857 static struct notifier_block can_netdev_notifier __read_mostly = { variable 861 static struct pernet_operations can_pernet_ops __read_mostly = { variable
|
/Linux-v5.4/arch/parisc/kernel/ |
D | setup.c | 44 struct proc_dir_entry * proc_runway_root __read_mostly = NULL; variable 45 struct proc_dir_entry * proc_gsc_root __read_mostly = NULL; variable 46 struct proc_dir_entry * proc_mckinley_root __read_mostly = NULL; variable
|
/Linux-v5.4/fs/notify/dnotify/ |
D | dnotify.c | 22 int dir_notify_enable __read_mostly = 1; variable 24 static struct kmem_cache *dnotify_struct_cache __read_mostly; variable 25 static struct kmem_cache *dnotify_mark_cache __read_mostly; variable 26 static struct fsnotify_group *dnotify_group __read_mostly; variable
|
/Linux-v5.4/net/sched/ |
D | sch_fifo.c | 100 struct Qdisc_ops pfifo_qdisc_ops __read_mostly = { variable 114 struct Qdisc_ops bfifo_qdisc_ops __read_mostly = { variable 128 struct Qdisc_ops pfifo_head_drop_qdisc_ops __read_mostly = { variable
|
/Linux-v5.4/net/dccp/ |
D | timer.c | 16 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-v5.4/drivers/parisc/ |
D | led.c | 56 static int led_type __read_mostly = -1; variable 58 static unsigned int led_heartbeat __read_mostly = 1; variable 59 static unsigned int led_diskio __read_mostly = 1; variable 60 static unsigned int led_lanrxtx __read_mostly = 1; variable 63 static int lcd_no_led_support __read_mostly = 0; /* KittyHawk doesn't support LED on its LCD */ variable 109 lcd_info __attribute__((aligned(8))) __read_mostly = variable
|
/Linux-v5.4/net/netfilter/ |
D | nf_conntrack_netbios_ns.c | 31 static unsigned int timeout __read_mostly = 3; variable 46 static struct nf_conntrack_helper helper __read_mostly = { variable
|
D | nf_conntrack_snmp.c | 24 static unsigned int timeout __read_mostly = 30; variable 53 static struct nf_conntrack_helper helper __read_mostly = { variable
|
D | xt_mark.c | 42 static struct xt_target mark_tg_reg __read_mostly = { variable 51 static struct xt_match mark_mt_reg __read_mostly = { variable
|
/Linux-v5.4/arch/powerpc/kernel/ |
D | watchdog.c | 73 static cpumask_t wd_cpus_enabled __read_mostly; variable 75 static u64 wd_panic_timeout_tb __read_mostly; /* timebase ticks until panic */ variable 76 static u64 wd_smp_panic_timeout_tb __read_mostly; /* panic other CPUs */ variable 78 static u64 wd_timer_period_ms __read_mostly; /* interval between heartbeat */ variable
|