Home
last modified time | relevance | path

Searched refs:total_calls (Results 1 – 2 of 2) sorted by relevance

/external/fio/
Dgettime.c100 unsigned long total_calls = 0; in fio_dump_gtod() local
112 total_calls += log->calls; in fio_dump_gtod()
116 printf("Total %lu gettimeofday\n", total_calls); in fio_dump_gtod()
/external/libvncserver/x11vnc/
Duserinput.c5441 static int ssec = 0, total_calls = 0; in check_user_input4() local
5455 total_calls++; in check_user_input4()
5470 if (total_calls > 30 && dt_min > 0.0) { in check_user_input4()