Searched refs:_net_uptime_us (Results 1 – 1 of 1) sorted by relevance
119 uint64_t _net_uptime_us; variable997 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()