Home
last modified time | relevance | path

Searched refs:TICK_NESC (Results 1 – 3 of 3) sorted by relevance

/DragonOS/kernel/src/sched/
H A Dcputime.rs5 smp::core::smp_get_processor_id, time::jiffies::TICK_NESC,
79 let cputime = TICK_NESC as u64 * ticks; in irqtime_account_process_tick()
H A Dfair.rs14 use crate::time::jiffies::TICK_NESC;
1094 let limit = se.calculate_delta_fair((TICK_NESC as u64).max(2 * se.slice)) as i64; in update_entity_lag()
/DragonOS/kernel/src/time/
H A Djiffies.rs22 pub const TICK_NESC: u32 = (NSEC_PER_SEC + (HZ as u32) / 2) / HZ as u32; constant