Searched refs:is_init (Results 1 – 8 of 8) sorted by relevance
| /linux/rust/pin-init/src/ |
| H A D | __internal.rs | 141 /// If `self.is_init` is true, then `self.value` is initialized. 146 is_init: bool, 152 if self.is_init { 153 // SAFETY: As we are being dropped, we only call this once. And since `self.is_init` is 169 is_init: false, in drop() 180 if this.is_init { 181 this.is_init = false; 182 // SAFETY: `this.is_init` was true and therefore `this.value` is initialized. in uninit() 188 this.is_init = true; 162 is_init: bool, global() field
|
| /linux/drivers/phy/st/ |
| H A D | phy-stm32-combophy.c | 90 bool is_init; member 384 if (combophy->is_init) { in stm32_combophy_suspend_noirq() 404 if (combophy->is_init) { in stm32_combophy_resume_noirq() 423 combophy->is_init = false; in stm32_combophy_exit() 477 combophy->is_init = true; in stm32_combophy_init()
|
| /linux/rust/kernel/ |
| H A D | kunit.rs | 290 is_init: false,
|
| /linux/lib/kunit/ |
| H A D | executor.c | 344 total_suite_start[i]->is_init = true; in kunit_merge_suite_sets()
|
| H A D | attributes.c | 246 return ((void *) suite->is_init); in attr_is_init_get()
|
| /linux/kernel/module/ |
| H A D | main.c | 1679 static void __layout_sections(struct module *mod, struct load_info *info, bool is_init) 1710 enum mod_mem_type type = is_init ? init_m_to_mem_type[m] : core_m_to_mem_type[m]; in __layout_sections() 1719 || is_init != module_init_layout_section(sname)) in __layout_sections() 1680 __layout_sections(struct module * mod,struct load_info * info,bool is_init) __layout_sections() argument
|
| /linux/Documentation/dev-tools/kunit/ |
| H A D | running_tips.rst | 443 ``is_init``
|
| /linux/drivers/net/ethernet/broadcom/bnx2x/ |
| H A D | bnx2x_link.c | 7856 u8 *o_buf, u8 is_init) in bnx2x_8726_read_sfp_module_eeprom() argument 7945 u8 *o_buf, u8 is_init) in bnx2x_warpcore_read_sfp_module_eeprom() argument 7962 if ((!is_init) && (cnt == I2C_WA_PWR_ITER)) { in bnx2x_warpcore_read_sfp_module_eeprom() 7985 u8 *o_buf, u8 is_init) in bnx2x_8727_read_sfp_module_eeprom() argument
|