/Linux-v4.19/arch/x86/kernel/ |
D | pci-dma.c | 18 static bool disable_dac_quirk __read_mostly; variable 24 int panic_on_overflow __read_mostly = 1; variable 25 int force_iommu __read_mostly = 1; variable 27 int panic_on_overflow __read_mostly = 0; variable 28 int force_iommu __read_mostly = 0; variable 31 int iommu_merge __read_mostly = 0; variable 33 int no_iommu __read_mostly; variable 35 int iommu_detected __read_mostly = 0; variable 47 int iommu_pass_through __read_mostly = 1; variable 49 int iommu_pass_through __read_mostly; variable
|
D | check.c | 18 static int __read_mostly memory_corruption_check = -1; 20 static unsigned __read_mostly corruption_check_size = 64*1024; 21 static unsigned __read_mostly corruption_check_period = 60; /* seconds */
|
/Linux-v4.19/net/ipv4/ |
D | tcp_nv.c | 57 static int nv_pad __read_mostly = 10; variable 58 static int nv_pad_buffer __read_mostly = 2; variable 59 static int nv_reset_period __read_mostly = 5; /* in seconds */ variable 60 static int nv_min_cwnd __read_mostly = 2; variable 61 static int nv_cong_dec_mult __read_mostly = 30 * 128 / 100; /* = 30% */ variable 62 static int nv_ssthresh_factor __read_mostly = 8; /* = 1 */ variable 63 static int nv_rtt_factor __read_mostly = 128; /* = 1/2*old + 1/2*new */ variable 64 static int nv_loss_dec_factor __read_mostly = 819; /* => 80% */ variable 65 static int nv_cwnd_growth_rate_neg __read_mostly = 8; variable 66 static int nv_cwnd_growth_rate_pos __read_mostly; /* 0 => fixed like Reno */ variable [all …]
|
D | tcp_cubic.c | 46 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 55 static int hystart_ack_delta __read_mostly = 2; variable 57 static u32 cube_rtt_scale __read_mostly; variable [all …]
|
D | tcp_cdg.c | 37 static int window __read_mostly = 8; variable 38 static unsigned int backoff_beta __read_mostly = 0.7071 * 1024; /* sqrt 0.5 */ variable 39 static unsigned int backoff_factor __read_mostly = 42; variable 40 static unsigned int hystart_detect __read_mostly = 3; variable 41 static unsigned int use_ineff __read_mostly = 5; variable 42 static bool use_shadow __read_mostly = true; variable 43 static bool use_tolerance __read_mostly; variable 392 static struct tcp_congestion_ops tcp_cdg __read_mostly = { variable
|
D | tcp_dctcp.c | 61 static unsigned int dctcp_shift_g __read_mostly = 4; /* g = 1/2^4 */ variable 65 static unsigned int dctcp_alpha_on_init __read_mostly = DCTCP_MAX_ALPHA; variable 69 static unsigned int dctcp_clamp_alpha_on_loss __read_mostly; variable 278 static struct tcp_congestion_ops dctcp __read_mostly = { variable 292 static struct tcp_congestion_ops dctcp_reno __read_mostly = { variable
|
/Linux-v4.19/arch/ia64/kernel/ |
D | pci-dma.c | 18 dma_addr_t bad_dma_address __read_mostly; variable 21 static int iommu_sac_force __read_mostly; variable 23 int no_iommu __read_mostly; variable 25 int force_iommu __read_mostly = 1; variable 27 int force_iommu __read_mostly; variable
|
/Linux-v4.19/kernel/ |
D | watchdog.c | 40 unsigned long __read_mostly watchdog_enabled; 41 int __read_mostly watchdog_user_enabled = 1; 42 int __read_mostly nmi_watchdog_user_enabled = NMI_WATCHDOG_DEFAULT; 43 int __read_mostly soft_watchdog_user_enabled = 1; 44 int __read_mostly watchdog_thresh = 10; 45 int __read_mostly nmi_watchdog_available; 47 struct cpumask watchdog_allowed_mask __read_mostly; variable 49 struct cpumask watchdog_cpumask __read_mostly; variable 56 unsigned int __read_mostly hardlockup_panic = 86 int __read_mostly sysctl_hardlockup_all_cpu_backtrace; [all …]
|
D | hung_task.c | 27 int __read_mostly sysctl_hung_task_check_count = PID_MAX_LIMIT; 41 unsigned long __read_mostly sysctl_hung_task_timeout_secs = CONFIG_DEFAULT_HUNG_TASK_TIMEOUT; 46 unsigned long __read_mostly sysctl_hung_task_check_interval_secs; 48 int __read_mostly sysctl_hung_task_warnings = 10; 50 static int __read_mostly did_panic; 60 unsigned int __read_mostly sysctl_hung_task_panic =
|
/Linux-v4.19/drivers/video/fbdev/core/ |
D | fbcmap.c | 20 static u16 red2[] __read_mostly = { 23 static u16 green2[] __read_mostly = { 26 static u16 blue2[] __read_mostly = { 30 static u16 red4[] __read_mostly = { 33 static u16 green4[] __read_mostly = { 36 static u16 blue4[] __read_mostly = { 40 static u16 red8[] __read_mostly = { 43 static u16 green8[] __read_mostly = { 46 static u16 blue8[] __read_mostly = { 50 static u16 red16[] __read_mostly = { [all …]
|
/Linux-v4.19/fs/gfs2/ |
D | util.c | 24 struct kmem_cache *gfs2_glock_cachep __read_mostly; variable 25 struct kmem_cache *gfs2_glock_aspace_cachep __read_mostly; variable 26 struct kmem_cache *gfs2_inode_cachep __read_mostly; variable 27 struct kmem_cache *gfs2_bufdata_cachep __read_mostly; variable 28 struct kmem_cache *gfs2_rgrpd_cachep __read_mostly; variable 29 struct kmem_cache *gfs2_quotad_cachep __read_mostly; variable 30 struct kmem_cache *gfs2_qadata_cachep __read_mostly; variable 31 mempool_t *gfs2_page_pool __read_mostly; variable
|
/Linux-v4.19/drivers/parisc/ |
D | led.c | 60 static int led_type __read_mostly = -1; variable 62 static unsigned int led_heartbeat __read_mostly = 1; variable 63 static unsigned int led_diskio __read_mostly = 1; variable 64 static unsigned int led_lanrxtx __read_mostly = 1; variable 65 static char lcd_text[32] __read_mostly; 66 static char lcd_text_default[32] __read_mostly; 67 static int lcd_no_led_support __read_mostly = 0; /* KittyHawk doesn't support LED on its LCD */ variable 113 lcd_info __attribute__((aligned(8))) __read_mostly = variable 152 static void (*led_func_ptr) (unsigned char) __read_mostly;
|
/Linux-v4.19/drivers/xen/ |
D | xen-selfballoon.c | 82 static int xen_selfballooning_enabled __read_mostly; variable 92 static unsigned int selfballoon_downhysteresis __read_mostly = 8; variable 93 static unsigned int selfballoon_uphysteresis __read_mostly = 1; variable 96 static unsigned int selfballoon_interval __read_mostly = 5; variable 120 static bool frontswap_selfshrinking __read_mostly; variable 129 static unsigned int frontswap_hysteresis __read_mostly = 20; variable 136 static unsigned int frontswap_inertia __read_mostly = 3; variable
|
/Linux-v4.19/arch/parisc/kernel/ |
D | perf_images.h | 28 static uint32_t onyx_images[][PCXU_IMAGE_SIZE/sizeof(uint32_t)] __read_mostly = { 2096 static uint32_t cuda_images[][PCXW_IMAGE_SIZE/sizeof(uint32_t)] __read_mostly = {
|
D | pci.c | 48 struct pci_port_ops *pci_port __read_mostly; variable 49 struct pci_bios_ops *pci_bios __read_mostly; variable 51 static int pci_hba_count __read_mostly; variable 55 static struct pci_hba_data *parisc_pci_hba[PCI_HBA_MAX] __read_mostly;
|
/Linux-v4.19/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
|
D | cpuidle-powernv.c | 36 static int max_idle_state __read_mostly; variable 37 static struct cpuidle_state *cpuidle_state_table __read_mostly; variable 44 static struct stop_psscr_table stop_psscr_table[CPUIDLE_STATE_MAX] __read_mostly; 46 static u64 default_snooze_timeout __read_mostly; variable 47 static bool snooze_timeout_en __read_mostly; variable
|
/Linux-v4.19/net/802/ |
D | stp.c | 25 static const struct stp_proto __rcu *garp_protos[GARP_ADDR_RANGE + 1] __read_mostly; 26 static const struct stp_proto __rcu *stp_proto __read_mostly; variable 28 static struct llc_sap *sap __read_mostly; variable
|
/Linux-v4.19/drivers/video/fbdev/ |
D | vesafb.c | 53 static int inverse __read_mostly; variable 54 static int mtrr __read_mostly; /* disable mtrr */ variable 57 static int pmi_setpal __read_mostly = 1; /* pmi for palette changes ??? */ variable 58 static int ypan __read_mostly; /* 0..nothing, 1..ypan, 2..ywrap */ variable 59 static void (*pmi_start)(void) __read_mostly; 60 static void (*pmi_pal) (void) __read_mostly; 61 static int depth __read_mostly; variable 62 static int vga_compat __read_mostly; variable
|
/Linux-v4.19/lib/ |
D | ioremap.c | 18 static int __read_mostly ioremap_p4d_capable; 19 static int __read_mostly ioremap_pud_capable; 20 static int __read_mostly ioremap_pmd_capable; 21 static int __read_mostly ioremap_huge_disabled;
|
/Linux-v4.19/net/tipc/ |
D | core.h | 79 extern unsigned int tipc_net_id __read_mostly; 80 extern int sysctl_tipc_rmem[3] __read_mostly; 81 extern int sysctl_tipc_named_timeout __read_mostly;
|
/Linux-v4.19/arch/parisc/include/asm/ |
D | cache.h | 24 #define __read_mostly __attribute__((__section__(".data..read_mostly"))) macro 27 #define __ro_after_init __read_mostly
|
/Linux-v4.19/include/linux/ |
D | cache.h | 21 #ifndef __read_mostly 22 #define __read_mostly macro
|
/Linux-v4.19/net/netfilter/ |
D | nf_conntrack_timeout.c | 28 (*nf_ct_timeout_find_get_hook)(struct net *net, const char *name) __read_mostly; 31 void (*nf_ct_timeout_put_hook)(struct nf_ct_timeout *timeout) __read_mostly;
|
D | nf_conntrack_amanda.c | 28 static unsigned int master_timeout __read_mostly = 300; variable 48 __read_mostly; 63 } search[] __read_mostly = { 175 static struct nf_conntrack_helper amanda_helper[2] __read_mostly = {
|