Searched defs:__read_mostly (Results 51 - 70 of 70) sorted by relevance

123

/drivers/net/
H A Dmacvtap.c355 static struct rtnl_link_ops macvtap_link_ops __read_mostly = { variable in typeref:struct:macvtap_link_ops
1098 static struct notifier_block macvtap_notifier_block __read_mostly = { variable in typeref:struct:macvtap_notifier_block
H A Dtun.c925 static struct rtnl_link_ops tun_link_ops __read_mostly = { variable in typeref:struct:tun_link_ops
/drivers/net/team/
H A Dteam.c1111 static struct rtnl_link_ops team_link_ops __read_mostly = { variable in typeref:struct:team_link_ops
1682 static struct notifier_block team_notifier_block __read_mostly = { variable in typeref:struct:team_notifier_block
/drivers/net/wireless/
H A Dadm8211.c39 static unsigned int tx_ring_size __read_mostly = 16; variable
40 static unsigned int rx_ring_size __read_mostly = 16; variable
/drivers/parisc/
H A Dlba_pci.c103 static void __iomem *astro_iop_base __read_mostly; variable
/drivers/scsi/cxgbi/cxgb3i/
H A Dcxgb3i.c329 static unsigned int wrlen __read_mostly; variable
330 static unsigned int skb_wrs[SKB_WR_LIST_SIZE] __read_mostly; variable
/drivers/video/console/
H A Dsticore.c35 static struct sti_struct *default_sti __read_mostly; variable in typeref:struct:default_sti
38 static int num_sti_roms __read_mostly; variable
39 static struct sti_struct *sti_roms[MAX_STI_ROMS] __read_mostly; variable in typeref:struct:sti_roms
266 static char default_sti_path[21] __read_mostly; variable
1044 static int sticore_initialized __read_mostly; variable
H A Dvgacon.c92 static int vga_init_done __read_mostly; variable
93 static unsigned long vga_vram_base __read_mostly; /* Base of video memory */ variable
94 static unsigned long vga_vram_end __read_mostly; /* End of video memory */ variable
95 static unsigned int vga_vram_size __read_mostly; /* Size of video memory */ variable
96 static u16 vga_video_port_reg __read_mostly; /* Video register select port */ variable
97 static u16 vga_video_port_val __read_mostly; /* Video register value port */ variable
100 static int vga_can_do_color __read_mostly; /* Do we support colors? */ variable
101 static unsigned int vga_default_font_height __read_mostly; /* Height of default screen font */ variable
102 static unsigned char vga_video_type __read_mostly; /* Card type */ variable
103 static unsigned char vga_hardscroll_enabled __read_mostly; variable
104 static unsigned char vga_hardscroll_user_enable __read_mostly = 1; variable
111 static int vga_scan_lines __read_mostly; variable
[all...]
/drivers/iommu/
H A Damd_iommu_init.c142 bool amd_iommu_np_cache __read_mostly; variable
143 bool amd_iommu_iotlb_sup __read_mostly = true; variable
145 u32 amd_iommu_max_pasids __read_mostly = ~0; variable
147 bool amd_iommu_v2_present __read_mostly; variable
149 bool amd_iommu_force_isolation __read_mostly; variable
/drivers/net/ethernet/chelsio/cxgb/
H A Dsge.c1036 static int copybreak __read_mostly = 256; variable
/drivers/net/ethernet/intel/ixgb/
H A Dixgb_main.c43 static unsigned int copybreak __read_mostly = IXGB_CB_LENGTH; variable
/drivers/net/ethernet/oki-semi/pch_gbe/
H A Dpch_gbe_main.c118 static unsigned int copybreak __read_mostly = PCH_GBE_COPYBREAK_DEFAULT; variable
/drivers/net/ppp/
H A Dppp_generic.c188 static int ppp_net_id __read_mostly; variable
1292 static bool mp_protocol_compress __read_mostly = true; variable
/drivers/vhost/
H A Dvhost.c40 static unsigned vhost_zcopy_mask __read_mostly; variable
/drivers/video/
H A Dfbmem.c46 struct fb_info *registered_fb[FB_MAX] __read_mostly; variable in typeref:struct:registered_fb
47 int num_registered_fb __read_mostly; variable
355 } fb_logo __read_mostly; variable in typeref:struct:logo_data
1858 static char *video_options[FB_MAX] __read_mostly; variable
1859 static int ofonly __read_mostly; variable
/drivers/xen/
H A Devents.c1695 static struct irq_chip xen_dynamic_chip __read_mostly = { variable in typeref:struct:xen_dynamic_chip
1709 static struct irq_chip xen_pirq_chip __read_mostly = { variable in typeref:struct:xen_pirq_chip
1729 static struct irq_chip xen_percpu_chip __read_mostly = { variable in typeref:struct:xen_percpu_chip
/drivers/net/bonding/
H A Dbond_main.c187 int bond_net_id __read_mostly; variable
4838 static struct rtnl_link_ops bond_link_ops __read_mostly = { variable in typeref:struct:bond_link_ops
/drivers/net/ethernet/intel/e1000/
H A De1000_main.c185 static unsigned int copybreak __read_mostly = COPYBREAK_DEFAULT; variable
/drivers/net/ethernet/marvell/
H A Dsky2.c90 static int copybreak __read_mostly = 128; variable
/drivers/staging/ramster/
H A Dzcache-main.c3105 static unsigned int selfshrink_interval __read_mostly = 5; variable
3111 static bool frontswap_selfshrinking __read_mostly; variable
3123 static unsigned int frontswap_hysteresis __read_mostly = 20; variable
3130 static unsigned int frontswap_inertia __read_mostly = 3; variable

Completed in 1337 milliseconds

123