/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 61 static int depth __read_mostly; variable 62 static int vga_compat __read_mostly; variable
|
/drivers/xen/ |
D | xen-selfballoon.c | 81 static int xen_selfballooning_enabled __read_mostly; variable 91 static unsigned int selfballoon_downhysteresis __read_mostly = 8; variable 92 static unsigned int selfballoon_uphysteresis __read_mostly = 1; variable 95 static unsigned int selfballoon_interval __read_mostly = 5; variable 119 static bool frontswap_selfshrinking __read_mostly; variable 128 static unsigned int frontswap_hysteresis __read_mostly = 20; variable 135 static unsigned int frontswap_inertia __read_mostly = 3; variable
|
D | tmem.c | 37 static bool cleancache __read_mostly = true; variable 39 static bool selfballooning __read_mostly = true; variable 44 static bool frontswap __read_mostly = true; variable 51 static bool selfshrinking __read_mostly = true; variable
|
/drivers/video/console/ |
D | vgacon.c | 93 static int vga_init_done __read_mostly; variable 94 static unsigned long vga_vram_base __read_mostly; /* Base of video memory */ variable 95 static unsigned long vga_vram_end __read_mostly; /* End of video memory */ variable 96 static unsigned int vga_vram_size __read_mostly; /* Size of video memory */ variable 97 static u16 vga_video_port_reg __read_mostly; /* Video register select port */ variable 98 static u16 vga_video_port_val __read_mostly; /* Video register value port */ variable 101 static int vga_can_do_color __read_mostly; /* Do we support colors? */ variable 102 static unsigned int vga_default_font_height __read_mostly; /* Height of default screen font */ variable 103 static unsigned char vga_video_type __read_mostly; /* Card type */ variable 104 static unsigned char vga_hardscroll_enabled __read_mostly; variable [all …]
|
/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 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
|
D | power.c | 79 static int shutdown_timer __read_mostly; variable 112 int pwrsw_enabled __read_mostly = 1; variable
|
D | eisa.c | 59 void __iomem *eisa_eeprom_addr __read_mostly; variable 143 static unsigned int eisa_irq_level __read_mostly; /* default to edge triggered */ variable
|
D | lasi.c | 153 static unsigned long lasi_power_off_hpa __read_mostly; variable
|
/drivers/sfi/ |
D | sfi_core.c | 80 int sfi_disabled __read_mostly; variable 83 static u64 syst_pa __read_mostly; variable 84 static struct sfi_table_simple *syst_va __read_mostly; variable 92 static u32 sfi_use_ioremap __read_mostly; variable
|
/drivers/misc/sgi-gru/ |
D | grufile.c | 50 unsigned long gru_start_paddr __read_mostly; variable 51 void *gru_start_vaddr __read_mostly; variable 52 unsigned long gru_end_paddr __read_mostly; variable 53 unsigned int gru_max_gids __read_mostly; variable
|
/drivers/gpu/drm/i915/ |
D | i915_params.c | 28 struct i915_params i915 __read_mostly = { variable
|
/drivers/net/ipvlan/ |
D | ipvlan_main.c | 29 static struct l3mdev_ops ipvl_l3mdev_ops __read_mostly = { variable 819 static struct notifier_block ipvlan_addr4_notifier_block __read_mostly = { variable 823 static struct notifier_block ipvlan_notifier_block __read_mostly = { variable 827 static struct notifier_block ipvlan_addr6_notifier_block __read_mostly = { variable
|
/drivers/net/ppp/ |
D | pppoe.c | 98 static int pppoe_net_id __read_mostly; variable 515 static struct packet_type pppoes_ptype __read_mostly = { variable 520 static struct packet_type pppoed_ptype __read_mostly = { variable 525 static struct proto pppoe_sk_proto __read_mostly = { variable
|
D | pptp.c | 53 static struct proto pptp_sk_proto __read_mostly; variable 616 static struct proto pptp_sk_proto __read_mostly = { variable
|
/drivers/acpi/ |
D | processor_idle.c | 51 static unsigned int max_cstate __read_mostly = ACPI_PROCESSOR_MAX_POWER; variable 53 static unsigned int nocst __read_mostly; variable 55 static int bm_check_disable __read_mostly; variable 58 static unsigned int latency_factor __read_mostly = 2; variable
|
D | ec.c | 123 static unsigned int ec_delay __read_mostly = ACPI_EC_DELAY; variable 127 static unsigned int ec_max_queries __read_mostly = ACPI_EC_MAX_QUERIES; variable 131 static bool ec_busy_polling __read_mostly; variable 135 static unsigned int ec_polling_guard __read_mostly = ACPI_EC_UDELAY_POLL; variable 139 static unsigned int ec_event_clearing __read_mostly = ACPI_EC_EVT_TIMING_QUERY; variable 146 static unsigned int ec_storm_threshold __read_mostly = 8; variable 150 static bool ec_freeze_events __read_mostly = false; variable
|
/drivers/video/fbdev/core/ |
D | fb_cmdline.c | 21 static int ofonly __read_mostly; variable
|
/drivers/base/power/ |
D | wakeup.c | 27 bool events_check_enabled __read_mostly; variable 30 unsigned int pm_wakeup_irq __read_mostly; variable 33 static bool pm_abort_suspend __read_mostly; variable
|
/drivers/net/can/ |
D | vcan.c | 166 static struct rtnl_link_ops vcan_link_ops __read_mostly = { variable
|
D | led.c | 131 static struct notifier_block can_netdev_notifier __read_mostly = { variable
|
/drivers/iommu/ |
D | amd_iommu_init.c | 148 bool amd_iommu_irq_remap __read_mostly; variable 170 bool amd_iommu_np_cache __read_mostly; variable 171 bool amd_iommu_iotlb_sup __read_mostly = true; variable 173 u32 amd_iommu_max_pasid __read_mostly = ~0; variable 175 bool amd_iommu_v2_present __read_mostly; variable 176 static bool amd_iommu_pc_present __read_mostly; variable 178 bool amd_iommu_force_isolation __read_mostly; variable
|
/drivers/cpuidle/ |
D | cpuidle.c | 35 static int off __read_mostly; variable 36 static int initialized __read_mostly; variable
|
/drivers/infiniband/ulp/ipoib/ |
D | ipoib_netlink.c | 159 static struct rtnl_link_ops ipoib_link_ops __read_mostly = { variable
|
/drivers/net/ethernet/ibm/ |
D | ibmveth.c | 68 static unsigned int tx_copybreak __read_mostly = 128; variable 73 static unsigned int rx_copybreak __read_mostly = 128; variable 78 static unsigned int rx_flush __read_mostly = 0; variable 82 static bool old_large_send __read_mostly; variable
|
/drivers/clocksource/ |
D | bcm2835_timer.c | 50 static void __iomem *system_clock __read_mostly; variable
|