Home
last modified time | relevance | path

Searched refs:__read_mostly (Results 1 – 25 of 153) sorted by relevance

1234567

/drivers/video/fbdev/core/
Dfbcmap.c20 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 …]
Dfb_cmdline.c20 static char *video_options[FB_MAX] __read_mostly;
21 static int ofonly __read_mostly; variable
/drivers/parisc/
Dled.c60 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;
Dpower.c79 static int shutdown_timer __read_mostly; variable
112 int pwrsw_enabled __read_mostly = 1; variable
Deisa.c59 void __iomem *eisa_eeprom_addr __read_mostly; variable
143 static unsigned int eisa_irq_level __read_mostly; /* default to edge triggered */ variable
/drivers/xen/
Dxen-selfballoon.c82 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
Dtmem.c26 bool __read_mostly tmem_enabled = false;
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
Dfeatures.c18 u8 xen_features[XENFEAT_NR_SUBMAPS * 32] __read_mostly;
/drivers/video/fbdev/
Dvesafb.c53 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
/drivers/cpuidle/
Dcpuidle-pseries.c29 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
Dcpuidle-powernv.c36 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
/drivers/sfi/
Dsfi_core.c81 int sfi_disabled __read_mostly; variable
84 static u64 syst_pa __read_mostly; variable
85 static struct sfi_table_simple *syst_va __read_mostly; variable
93 static u32 sfi_use_memremap __read_mostly; variable
/drivers/misc/sgi-gru/
Dgrufile.c49 struct gru_blade_state *gru_base[GRU_MAX_BLADES] __read_mostly;
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/video/console/
Dvgacon.c83 static unsigned long vga_vram_base __read_mostly; /* Base of video memory */ variable
84 static unsigned long vga_vram_end __read_mostly; /* End of video memory */ variable
85 static unsigned int vga_vram_size __read_mostly; /* Size of video memory */ variable
86 static u16 vga_video_port_reg __read_mostly; /* Video register select port */ variable
87 static u16 vga_video_port_val __read_mostly; /* Video register value port */ variable
91 static unsigned int vga_default_font_height __read_mostly; /* Height of default screen font */ variable
92 static unsigned char vga_video_type __read_mostly; /* Card type */ variable
99 static int vga_scan_lines __read_mostly; variable
Dsticore.c35 static struct sti_struct *default_sti __read_mostly; variable
38 static int num_sti_roms __read_mostly; variable
39 static struct sti_struct *sti_roms[MAX_STI_ROMS] __read_mostly;
281 static char default_sti_path[21] __read_mostly;
1053 static int sticore_initialized __read_mostly; variable
/drivers/net/
Dmacvtap.c135 static struct rtnl_link_ops macvtap_link_ops __read_mostly = { variable
199 static struct notifier_block macvtap_notifier_block __read_mostly = { variable
/drivers/net/ipvlan/
Dipvtap.c128 static struct rtnl_link_ops ipvtap_link_ops __read_mostly = { variable
192 static struct notifier_block ipvtap_notifier_block __read_mostly = { variable
Dipvlan_main.c12 static unsigned int ipvlan_netid __read_mostly; variable
952 static struct notifier_block ipvlan_addr4_notifier_block __read_mostly = { variable
956 static struct notifier_block ipvlan_addr4_vtor_notifier_block __read_mostly = { variable
960 static struct notifier_block ipvlan_notifier_block __read_mostly = { variable
964 static struct notifier_block ipvlan_addr6_notifier_block __read_mostly = { variable
968 static struct notifier_block ipvlan_addr6_vtor_notifier_block __read_mostly = { variable
/drivers/net/ethernet/qualcomm/rmnet/
Drmnet_config.c288 static struct notifier_block rmnet_dev_notifier __read_mostly = { variable
312 struct rtnl_link_ops rmnet_link_ops __read_mostly = { variable
/drivers/acpi/
Dec.c122 static unsigned int ec_delay __read_mostly = ACPI_EC_DELAY; variable
126 static unsigned int ec_max_queries __read_mostly = ACPI_EC_MAX_QUERIES; variable
130 static bool ec_busy_polling __read_mostly; variable
134 static unsigned int ec_polling_guard __read_mostly = ACPI_EC_UDELAY_POLL; variable
138 static unsigned int ec_event_clearing __read_mostly = ACPI_EC_EVT_TIMING_QUERY; variable
145 static unsigned int ec_storm_threshold __read_mostly = 8; variable
149 static bool ec_freeze_events __read_mostly = false; variable
153 static bool ec_no_wakeup __read_mostly; variable
/drivers/crypto/caam/
Dqi.h46 extern bool caam_congested __read_mostly;
/drivers/gpu/drm/i915/
Di915_params.h79 extern struct i915_params i915 __read_mostly;
/drivers/staging/irda/net/
Dirmod.c48 static struct packet_type irda_packet_type __read_mostly = { variable
/drivers/xen/events/
Devents_fifo.c66 static event_word_t *event_array[MAX_EVENT_ARRAY_PAGES] __read_mostly;
67 static unsigned event_array_pages __read_mostly; variable
/drivers/irqchip/
Dirq-hip04.c70 static u16 hip04_cpu_map[NR_HIP04_CPU_IF] __read_mostly;
72 static struct hip04_irq_data hip04_data __read_mostly; variable

1234567