Home
last modified time | relevance | path

Searched refs:_net_uptime_us (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.81.4/bsd/kern/
H A Duipc_domain.h77 extern uint64_t _net_uptime_us;
99 return _net_uptime_us; in net_uptime_us()
H A Duipc_domain.c121 uint64_t _net_uptime_us; variable
998 tmp = os_atomic_load(&_net_uptime_us, relaxed); in net_update_uptime_with_time()
1000 os_atomic_cmpxchg(&_net_uptime_us, tmp, microseconds, relaxed); in net_update_uptime_with_time()