HomeSort by: relevance | last modified time | path
    Searched refs:timespec2ns (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/kern/
subr_time_arith.c 534 now_ns = timespec2ns(now);
535 last_val = timespec2ns(&it->it_value);
536 interval = timespec2ns(&it->it_interval);
575 * overflow, and that is only possible when timespec2ns would
kern_tc.c 1400 timespec2ns(&ts3));
1468 df = timespec2ns(&ts);
1480 hardpps(tsp, timespec2ns(&ts));
  /src/lib/libperfuse/
debug.c 255 avg = timespec2ns(&ts_total[i]) / count[i];
  /src/regress/sys/kern/allocfree/
allocfree.c 180 total += timespec2ns(&t);
  /src/sys/sys/
time.h 267 #define timespec2ns(x) (((uint64_t)(x)->tv_sec) * 1000000000L + (x)->tv_nsec) macro

Completed in 14 milliseconds