MCPcopy Create free account
hub / github.com/F-Stack/f-stack / nanouptime

Function nanouptime

freebsd/kern/kern_tc.c:371–378  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

369}
370
371void
372nanouptime(struct timespec *tsp)
373{
374 struct bintime bt;
375
376 binuptime(&bt);
377 bintime2timespec(&bt, tsp);
378}
379
380void
381microuptime(struct timeval *tvp)

Callers 8

gethrtimeFunction · 0.85
ip_savecontrolFunction · 0.85
tcp_lro_rx2Function · 0.85
tcp_lro_queue_mbufFunction · 0.85
ip6_savecontrol_v4Function · 0.85
ti_pruss_intrFunction · 0.85
kern_clock_gettimeFunction · 0.85
unp_internalizeFunction · 0.85

Calls 3

binuptimeFunction · 0.85
bintime2timespecFunction · 0.85
nanouptime_fromclockFunction · 0.85

Tested by

no test coverage detected