Home
last modified time | relevance | path

Searched defs:get (Results 1 – 11 of 11) sorted by relevance

/DragonOS/kernel/src/libs/
H A Dlock_free_flags.rs31 pub fn get(&self) -> &T { in get() method
H A Dlazy_init.rs86 pub fn get(&self) -> &T { in get() method
H A Dcpumask.rs73 pub fn get(&self, cpu: ProcessorId) -> Option<bool> { in get() method
H A Drbtree.rs1150 pub fn get(&self, k: &K) -> Option<&V> { in get() method
/DragonOS/kernel/crates/bitmap/src/
H A Dtraits.rs7 fn get(bits: &Self, index: usize) -> bool; in get() method
219 fn get(&self, index: usize) -> Option<bool>; in get() method
H A Dstatic_bitmap.rs44 fn get(&self, index: usize) -> Option<bool> { in get() function
H A Dalloc_bitmap.rs33 fn get(&self, index: usize) -> Option<bool> { in get() method
H A Dbitmap_core.rs18 pub(crate) fn get(&self, n: usize, data: &[T], index: usize) -> Option<bool> { in get() method
/DragonOS/kernel/src/mm/
H A Dpercpu.rs86 pub fn get(&self) -> &T { in get() method
H A Dpage.rs81 pub fn get(&mut self, paddr: &PhysAddr) -> Option<Arc<Page>> { in get() method
175 pub fn get(&mut self, paddr: &PhysAddr) -> Option<Arc<Page>> { in get() method
/DragonOS/tools/debugging/logmonitor/src/backend/monitor/
H A Dlogset.rs68 pub fn get(&self, key: &K) -> Option<&V> { in get() method