Searched refs:PerbootDB (Results 1 – 2 of 2) sorted by relevance
68 pub struct PerbootDB { struct81 pub static ref PERBOOT_DB: Arc<PerbootDB> = Arc::new(PerbootDB::new()); argument84 impl PerbootDB { impl
739 perboot: Arc<perboot::PerbootDB>,3246 let mut db = KeystoreDB { conn, gc: None, perboot: Arc::new(perboot::PerbootDB::new()) }; in new_test_db()