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