Searched refs:timer_update_jiffies (Results 1 – 3 of 3) sorted by relevance
23 4. timer_update_jiffies(): 时钟中断到来时,由sched的core模块中的函数,调用本函数,更新CFS进程的可执行时间
159 __get_cfs_scheduler().timer_update_jiffies(); in sched_update_jiffies()
142 pub fn timer_update_jiffies(&mut self) { in timer_update_jiffies() method