Searched refs:old_time (Results 1 – 8 of 8) sorted by relevance
177 nstime_t old_time; in nstime_update() local179 nstime_copy(&old_time, time); in nstime_update()183 if (unlikely(nstime_compare(&old_time, time) > 0)) { in nstime_update()184 nstime_copy(time, &old_time); in nstime_update()
37 old_time = _get_current_time()39 condition=lambda: _get_current_time() > old_time,
39 old_time = get_current_time()41 condition=lambda: get_current_time() > old_time,
44 old_time = get_current_time()46 condition=lambda: get_current_time() > old_time,
96 old_time = get_current_time()98 condition=lambda: get_current_time() > old_time,
100 old_time = get_current_time()102 condition=lambda: get_current_time() > old_time,
256 file_time_type old_time(Sec(old_times.second)); in TEST_CASE() local265 TEST_CHECK(got_time != old_time); in TEST_CASE()
3377 long old_time = pp->response_time; in ftp_done() local3384 pp->response_time = old_time; /* set this back to previous value */ in ftp_done()