Searched refs:last_now_cycles (Results 1 – 2 of 2) sorted by relevance
400 static uint64_t last_now_cycles; // protected by lock in GetCurrentTimeNanosSlowPath() local402 uint64_t now_ns = GetCurrentTimeNanosFromKernel(last_now_cycles, &now_cycles); in GetCurrentTimeNanosSlowPath()403 last_now_cycles = now_cycles; in GetCurrentTimeNanosSlowPath()
183 uint64_t last_now_cycles ABSL_GUARDED_BY(lock){0}; in ABSL_GUARDED_BY()408 GetCurrentTimeNanosFromKernel(time_state.last_now_cycles, &now_cycles); in GetCurrentTimeNanosSlowPath()409 time_state.last_now_cycles = now_cycles; in GetCurrentTimeNanosSlowPath()