Home
last modified time | relevance | path

Searched refs:ms_to_100ns (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/bootable/libbootloader/gbl/libefi/src/
H A Dutils.rs25 pub fn ms_to_100ns(ms: u64) -> Result<u64> { in ms_to_100ns() function
40 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()
/aosp_15_r20/bootable/libbootloader/gbl/efi/src/
H A Dnet.rs27 utils::{ms_to_100ns, Timeout},
572 ms_to_100ns(NETWORK_TIMESTAMP_UPDATE_PERIOD)?, in create_socket()