Searched refs:BOOT_UNIQUE_VALUE (Results 1 – 1 of 1) sorted by relevance
67 static BOOT_UNIQUE_VALUE: OnceLock<BootUniqueValue> = OnceLock::new(); constant75 let boot_unique_value = BOOT_UNIQUE_VALUE.get_or_init(|| { in get_boot_unique_value()