Searched refs:ns_to_systime (Results 1 - 10 of 10) sorted by relevance

/barrelfish-2018-10-04/kernel/include/
H A Dsystime.h31 systime_t ns_to_systime(uint64_t nanoseconds);
/barrelfish-2018-10-04/include/barrelfish/
H A Dsystime.h38 systime_t ns_to_systime(uint64_t nanoseconds);
/barrelfish-2018-10-04/kernel/
H A Dsystime.c23 systime_t ns_to_systime(uint64_t nanoseconds) function
/barrelfish-2018-10-04/lib/barrelfish/
H A Dsystime.c21 systime_t ns_to_systime(uint64_t nanoseconds) function
H A Ddeferred.c77 event->time = systime_now() + ns_to_systime((uint64_t)delay * 1000);
/barrelfish-2018-10-04/kernel/arch/armv7/
H A Dplat_a15mpcore.c79 kernel_timeslice = ns_to_systime(timeslice * 1000000);
H A Dplat_a9mpcore.c106 kernel_timeslice = ns_to_systime(timeslice * 1000000);
/barrelfish-2018-10-04/kernel/arch/armv8/
H A Dtimers.c61 kernel_timeslice = ns_to_systime(timeslice * 1000000);
/barrelfish-2018-10-04/kernel/arch/k1om/
H A Dinit.c517 kernel_timeslice = ns_to_systime(config_timeslice * 1000000);
/barrelfish-2018-10-04/kernel/arch/x86_64/
H A Dinit.c502 kernel_timeslice = ns_to_systime(config_timeslice * 1000000);

Completed in 69 milliseconds