OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mtime_since_now
(Results
1 - 10
of
10
) sorted by null
/external/fio/
fio_time.h
8
extern uint64_t
mtime_since_now
(const struct timeval *);
time.c
70
return
mtime_since_now
(&genesis);
eta.c
155
elapsed = (
mtime_since_now
(&td->epoch) + 999) / 1000;
247
ramp_left =
mtime_since_now
(&td->epoch);
558
} else if (eta_new_line &&
mtime_since_now
(&disp_eta_new_line) > eta_new_line) {
gettime.c
436
uint64_t
mtime_since_now
(const struct timeval *s)
function
447
return
mtime_since_now
(s) / 1000;
mutex.c
97
return
mtime_since_now
(t) >= seconds * 1000;
backend.c
[
all
...]
stat.c
[
all
...]
/external/fio/engines/
libaio.c
285
} else if (
mtime_since_now
(&tv) > 30000) {
/external/fio/t/
dedupe.c
363
tdiff =
mtime_since_now
(&last_tv);
/external/fio/os/windows/
posix.c
28
extern unsigned long
mtime_since_now
(struct timeval *);
807
ms_remaining = ms_total -
mtime_since_now
(&tv);
Completed in 1984 milliseconds