Searched refs:timer_get_first_expire (Results 1 – 3 of 3) sorted by relevance
34 time::timer::{clock, timer_get_first_expire, update_timer_jiffies},243 if let Ok(first_expire) = timer_get_first_expire() { in handle_irq()
77 pub fn timer_get_first_expire() -> Result<u64, SystemError>
296 pub fn timer_get_first_expire() -> Result<u64, SystemError> { in timer_get_first_expire() function