Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
371
void
372
nanouptime(struct timespec *tsp)
373
{
374
struct bintime bt;
375
376
binuptime(&bt);
377
bintime2timespec(&bt, tsp);
378
}
379
380
void
381
microuptime(struct timeval *tvp)
Callers
8
gethrtime
Function · 0.85
ip_savecontrol
Function · 0.85
tcp_lro_rx2
Function · 0.85
tcp_lro_queue_mbuf
Function · 0.85
ip6_savecontrol_v4
Function · 0.85
ti_pruss_intr
Function · 0.85
kern_clock_gettime
Function · 0.85
unp_internalize
Function · 0.85
Calls
3
binuptime
Function · 0.85
bintime2timespec
Function · 0.85
nanouptime_fromclock
Function · 0.85
Tested by
no test coverage detected