| /drivers/cpuidle/governors/ |
| A D | haltpoll.c | 24 static unsigned int guest_halt_poll_ns __read_mostly = 200000; variable 28 static unsigned int guest_halt_poll_shrink __read_mostly = 2; variable 32 static unsigned int guest_halt_poll_grow __read_mostly = 2; variable 36 static unsigned int guest_halt_poll_grow_start __read_mostly = 50000; variable 40 static bool guest_halt_poll_allow_shrink __read_mostly = true; variable
|
| /drivers/video/fbdev/ |
| A D | vesafb.c | 58 static int inverse __read_mostly; variable 59 static int mtrr __read_mostly; /* disable mtrr */ variable 62 static int pmi_setpal __read_mostly = 1; /* pmi for palette changes ??? */ variable 63 static int ypan __read_mostly; /* 0..nothing, 1..ypan, 2..ywrap */ variable 66 static int depth __read_mostly; variable 67 static int vga_compat __read_mostly; variable
|
| /drivers/video/console/ |
| A D | vgacon.c | 74 static unsigned long vga_vram_base __read_mostly; /* Base of video memory */ variable 75 static unsigned long vga_vram_end __read_mostly; /* End of video memory */ variable 76 static unsigned int vga_vram_size __read_mostly; /* Size of video memory */ variable 77 static u16 vga_video_port_reg __read_mostly; /* Video register select port */ variable 78 static u16 vga_video_port_val __read_mostly; /* Video register value port */ variable 82 static unsigned int vga_default_font_height __read_mostly; /* Height of default screen font */ variable 83 static unsigned char vga_video_type __read_mostly; /* Card type */ variable 89 static int vga_scan_lines __read_mostly; variable
|
| /drivers/cpuidle/ |
| A D | cpuidle-powernv.c | 36 static int max_idle_state __read_mostly; variable 37 static struct cpuidle_state *cpuidle_state_table __read_mostly; variable 46 static u64 default_snooze_timeout __read_mostly; variable 47 static bool snooze_timeout_en __read_mostly; variable
|
| A D | cpuidle-pseries.c | 32 static int max_idle_state __read_mostly; variable 33 static struct cpuidle_state *cpuidle_state_table __read_mostly; variable 34 static u64 snooze_timeout __read_mostly; variable 35 static bool snooze_timeout_en __read_mostly; variable
|
| /drivers/misc/sgi-gru/ |
| A D | grufile.c | 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
|
| /drivers/idle/ |
| A D | intel_idle.c | 74 static unsigned int disabled_states_mask __read_mostly; variable 75 static unsigned int preferred_states_mask __read_mostly; variable 76 static bool force_irq_on __read_mostly; variable 77 static bool ibrs_off __read_mostly; variable 1712 static bool no_acpi __read_mostly; variable 1716 static bool force_use_acpi __read_mostly; /* No effect if no_acpi is set. */ variable 1720 static bool no_native __read_mostly; /* No effect if no_acpi is set. */ variable
|
| /drivers/video/ |
| A D | cmdline.c | 30 static const char *video_option __read_mostly; variable 31 static int video_of_only __read_mostly; variable
|
| /drivers/net/ethernet/microchip/lan966x/ |
| A D | lan966x_switchdev.c | 8 static struct notifier_block lan966x_netdevice_nb __read_mostly; variable 641 static struct notifier_block lan966x_netdevice_nb __read_mostly = { variable 645 struct notifier_block lan966x_switchdev_nb __read_mostly = { variable 649 struct notifier_block lan966x_switchdev_blocking_nb __read_mostly = { variable
|
| /drivers/net/ipvlan/ |
| A D | ipvlan_main.c | 1015 static struct notifier_block ipvlan_addr4_notifier_block __read_mostly = { variable 1019 static struct notifier_block ipvlan_addr4_vtor_notifier_block __read_mostly = { variable 1023 static struct notifier_block ipvlan_notifier_block __read_mostly = { variable 1028 static struct notifier_block ipvlan_addr6_notifier_block __read_mostly = { variable 1032 static struct notifier_block ipvlan_addr6_vtor_notifier_block __read_mostly = { variable
|
| A D | ipvtap.c | 128 static struct rtnl_link_ops ipvtap_link_ops __read_mostly = { variable 192 static struct notifier_block ipvtap_notifier_block __read_mostly = { variable
|
| /drivers/parisc/ |
| A D | power.c | 54 static int shutdown_timer __read_mostly; variable 86 static int pwrsw_enabled __read_mostly = 1; variable
|
| A D | eisa.c | 56 void __iomem *eisa_eeprom_addr __read_mostly; variable 140 static unsigned int eisa_irq_level __read_mostly; /* default to edge triggered */ variable
|
| /drivers/net/ |
| A D | macvtap.c | 140 static struct rtnl_link_ops macvtap_link_ops __read_mostly = { variable 205 static struct notifier_block macvtap_notifier_block __read_mostly = { variable
|
| A D | pfcp.c | 28 static unsigned int pfcp_net_id __read_mostly; variable 232 static struct rtnl_link_ops pfcp_link_ops __read_mostly = { variable
|
| /drivers/platform/x86/intel/uncore-frequency/ |
| A D | uncore-frequency.c | 29 static int uncore_max_entries __read_mostly; variable 35 static enum cpuhp_state uncore_hp_state __read_mostly; variable
|
| /drivers/acpi/ |
| A D | ec.c | 110 static unsigned int ec_delay __read_mostly = ACPI_EC_DELAY; variable 114 static unsigned int ec_max_queries __read_mostly = ACPI_EC_MAX_QUERIES; variable 118 static bool ec_busy_polling __read_mostly; variable 122 static unsigned int ec_polling_guard __read_mostly = ACPI_EC_UDELAY_POLL; variable 126 static unsigned int ec_event_clearing __read_mostly = ACPI_EC_EVT_TIMING_QUERY; variable 133 static unsigned int ec_storm_threshold __read_mostly = 8; variable 137 static bool ec_freeze_events __read_mostly; variable 141 static bool ec_no_wakeup __read_mostly; variable
|
| A D | processor_thermal.c | 32 static int cpufreq_thermal_max_step __read_mostly = 3; variable 40 static int cpufreq_thermal_reduction_pctg __read_mostly = 20; variable
|
| A D | processor_idle.c | 42 static unsigned int max_cstate __read_mostly = ACPI_PROCESSOR_MAX_POWER; variable 44 static bool nocst __read_mostly; variable 46 static bool bm_check_disable __read_mostly; variable 49 static unsigned int latency_factor __read_mostly = 2; variable
|
| /drivers/video/fbdev/core/ |
| A D | fb_logo.c | 8 bool fb_center_logo __read_mostly; variable 9 int fb_logo_count __read_mostly = -1; variable 180 } fb_logo __read_mostly; variable
|
| /drivers/net/ppp/ |
| A D | pppoe.c | 93 static unsigned 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
|
| A D | pptp.c | 49 static struct proto pptp_sk_proto __read_mostly; variable 616 static struct proto pptp_sk_proto __read_mostly = { variable
|
| /drivers/net/ethernet/qualcomm/rmnet/ |
| A D | rmnet_config.c | 276 static struct notifier_block rmnet_dev_notifier __read_mostly = { variable 400 struct rtnl_link_ops rmnet_link_ops __read_mostly = { variable
|
| /drivers/pci/ |
| A D | pci-mid.c | 19 static bool pci_mid_pm_enabled __read_mostly; variable
|
| /drivers/thermal/intel/ |
| A D | x86_pkg_temp_thermal.c | 65 static int max_id __read_mostly; variable 74 static enum cpuhp_state pkg_thermal_hp_state __read_mostly; variable
|