Home
last modified time | relevance | path

Searched refs:USEC_PER_SEC (Results 1 – 2 of 2) sorted by relevance

/DragonOS-0.1.8/kernel/src/time/
Dtimekeeping.rs16 NSEC_PER_SEC, USEC_PER_SEC,
274 if usec % USEC_PER_SEC as i64 == 0 { in update_wall_time()
Dmod.rs33 pub const USEC_PER_SEC: u32 = 1000000; constant