Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/kern/
H A Duipc_domain.c119 uint64_t _net_uptime_us; variable
997 tmp = os_atomic_load(&_net_uptime_us, relaxed); in net_update_uptime_with_time()
999 os_atomic_cmpxchg(&_net_uptime_us, tmp, microseconds, relaxed); in net_update_uptime_with_time()
1055 if (_net_uptime_us == 0) { in net_uptime_us()
1059 return _net_uptime_us; in net_uptime_us()