Searched refs:TICK_NESC (Results 1 – 3 of 3) sorted by relevance
5 smp::core::smp_get_processor_id, time::jiffies::TICK_NESC,79 let cputime = TICK_NESC as u64 * ticks; in irqtime_account_process_tick()
14 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()
22 pub const TICK_NESC: u32 = (NSEC_PER_SEC + (HZ as u32) / 2) / HZ as u32; constant