Searched refs:ms_to_100ns (Results 1 – 2 of 2) sorted by relevance
25 pub fn ms_to_100ns(ms: u64) -> Result<u64> { in ms_to_100ns() function40 bs.set_timer(&timer, EFI_TIMER_DELAY_TIMER_RELATIVE, ms_to_100ns(timeout_ms)?)?; in new()52 bs.set_timer(&self.timer, EFI_TIMER_DELAY_TIMER_RELATIVE, ms_to_100ns(timeout_ms)?)?; in reset()
27 utils::{ms_to_100ns, Timeout},572 ms_to_100ns(NETWORK_TIMESTAMP_UPDATE_PERIOD)?, in create_socket()