Searched refs:__ro_after_init (Results 1 – 8 of 8) sorted by relevance
59 #ifndef __ro_after_init60 #define __ro_after_init __section(".data..ro_after_init") macro
172 extern struct lsm_static_calls_table static_calls_table __ro_after_init;
35 extern __ETHTOOL_DECLARE_LINK_MODE_MASK(phy_basic_features) __ro_after_init;36 extern __ETHTOOL_DECLARE_LINK_MODE_MASK(phy_basic_t1_features) __ro_after_init;37 extern __ETHTOOL_DECLARE_LINK_MODE_MASK(phy_basic_t1s_p2mp_features) __ro_after_init;38 extern __ETHTOOL_DECLARE_LINK_MODE_MASK(phy_gbit_features) __ro_after_init;39 extern __ETHTOOL_DECLARE_LINK_MODE_MASK(phy_gbit_fibre_features) __ro_after_init;40 extern __ETHTOOL_DECLARE_LINK_MODE_MASK(phy_10gbit_features) __ro_after_init;41 extern __ETHTOOL_DECLARE_LINK_MODE_MASK(phy_eee_cap1_features) __ro_after_init;42 extern __ETHTOOL_DECLARE_LINK_MODE_MASK(phy_eee_cap2_features) __ro_after_init;
380 struct static_key_true name __ro_after_init = STATIC_KEY_TRUE_INIT389 struct static_key_false name __ro_after_init = STATIC_KEY_FALSE_INIT
287 static struct genl_family ZZZ_genl_family __ro_after_init = { variable
1291 extern void (*handle_arch_irq)(struct pt_regs *) __ro_after_init;
629 extern unsigned long __ro_after_init efi_rng_seed; /* RNG Seed table */
80 extern int mmap_rnd_bits_max __ro_after_init;
Completed in 41 milliseconds