Searched refs:systime_to_ns (Results 1 - 7 of 7) sorted by relevance

/barrelfish-2018-10-04/kernel/include/
H A Dsystime.h36 uint64_t systime_to_ns(systime_t time);
/barrelfish-2018-10-04/include/barrelfish/
H A Dsystime.h48 uint64_t systime_to_ns(systime_t time);
/barrelfish-2018-10-04/kernel/
H A Dsystime.c35 uint64_t systime_to_ns(systime_t time) function
/barrelfish-2018-10-04/lib/barrelfish/
H A Dsystime.c45 uint64_t systime_to_ns(systime_t time) function
/barrelfish-2018-10-04/lib/debug_log/
H A Ddebug_log.c120 systime_to_ns(timestamp[i]), systime_to_ns(timestamp[i] - lastts), log[i]);
147 systime_to_ns(timestamp[i]), systime_to_ns(timestamp[i] - lastts), log[i]);
/barrelfish-2018-10-04/lib/libc/sys/
H A Dbarrelfish_syscalls.c136 uint64_t ns = systime_to_ns(systime_now());
149 uint64_t ns = systime_to_ns(systime_now());
/barrelfish-2018-10-04/lib/lwip2/src/
H A Dsys_arch.c27 uint64_t ns = systime_to_ns(systime_now());

Completed in 67 milliseconds