Searched refs:KObjMap (Results 1 – 1 of 1) sorted by relevance
35 pub struct LockedKObjMap(SpinLock<KObjMap>);39 Self(SpinLock::new(KObjMap::default())) in default()45 struct KObjMap(Vec<BTreeMap<DeviceNumber, Probe>>); struct47 impl Default for KObjMap { implementation