Home
last modified time | relevance | path

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

/DragonOS/kernel/src/time/
H A Dclocksource.rs116 impl From<u64> for ClocksourceMask { implementation
124 impl ClocksourceMask { impl
691 mask: ClocksourceMask, in new()
722 pub fn set_mask(&mut self, mask: ClocksourceMask) { in set_mask()