Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/devices/src/tsc/
H A Dgrouping.rs24 pub struct CoreOffset { struct
29 impl Ord for CoreOffset { argument
36 impl PartialOrd for CoreOffset { implementation
52 fn add(&self, core: CoreOffset, limit: u128) -> Result<Self> { in add()
150 fn add_core_to_last_group(&self, core: CoreOffset, in_sync_threshold: u128) -> Option<Self> { in add_core_to_last_group()