Home
last modified time | relevance | path

Searched refs:is_init (Results 1 – 9 of 9) sorted by relevance

/linux/rust/kernel/init/
H A D__internal.rs136 /// If `self.is_init` is true, then `self.value` is initialized. field
141 is_init: bool, in drop()
147 if self.is_init { in drop()
148 // SAFETY: As we are being dropped, we only call this once. And since `self.is_init` is
164 is_init: false,
175 if this.is_init { in init()
176 this.is_init = false; in init()
177 // SAFETY: `this.is_init` was true and therefore `this.value` is initialized. in init()
183 this.is_init = true;
/linux/drivers/crypto/hisilicon/trng/
H A Dtrng.c47 bool is_init; member
267 if (!trng_devices.is_init) { in hisi_trng_probe()
270 trng_devices.is_init = true; in hisi_trng_probe()
/linux/lib/kunit/
H A Ddebugfs.c206 if (!suite->is_init) { in kunit_debugfs_create_suite()
H A Dexecutor.c315 total_suite_start[i]->is_init = true; in kunit_merge_suite_sets()
H A Dattributes.c246 return ((void *) suite->is_init); in attr_is_init_get()
/linux/kernel/module/
H A Dmain.c1581 static void __layout_sections(struct module *mod, struct load_info *info, bool is_init)
1613 enum mod_mem_type type = is_init ? init_m_to_mem_type[m] : core_m_to_mem_type[m]; in module_license_taint_check()
1622 || is_init != module_init_layout_section(sname)) in setup_modinfo()
1529 __layout_sections(struct module * mod,struct load_info * info,bool is_init) __layout_sections() argument
/linux/include/kunit/
H A Dtest.h257 bool is_init; member
/linux/Documentation/dev-tools/kunit/
H A Drunning_tips.rst443 ``is_init``
/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_link.c7856 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