Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dprogressmeter.c147 now = monotime_double(); in refresh_progress_meter()
250 start = last_update = monotime_double(); in start_progress_meter()
H A Dsrclimit.c280 now = monotime_double(); in srclimit_penalty_check_allow()
409 now = monotime_double(); in srclimit_penalise()
481 now = monotime_double(); in srclimit_penalty_info_for_tree()
H A Dmisc.h103 double monotime_double(void);
H A Dauth2.c249 double elapsed = monotime_double() - start, req = seconds, remain; in ensure_minimum_time_since()
275 double tstart = monotime_double(); in input_userauth_request()
H A Dclientloop.c1501 start_time = monotime_double(); in client_loop()
1699 total_time = monotime_double() - start_time; in client_loop()
H A Dssh_namespace.h447 #define monotime_double Fssh_monotime_double macro
H A Dmisc.c1837 monotime_double(void) in monotime_double() function