Searched refs:batchend (Results 1 - 1 of 1) sorted by path

/macosx-10.10/BootCache-109/
H A Dkext.c1128 struct timeval batchstart, batchend; local
1408 microtime(&batchend);
1409 timersub(&batchend, &batchstart, &batchend);
1413 (u_int) batchend.tv_sec * 1000 +
1414 (u_int) batchend.tv_usec / 1000;
1418 (u_int) batchend.tv_sec * 1000 +
1419 (u_int) batchend.tv_usec / 1000;

Completed in 209 milliseconds