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

/macosx-10.10/BootCache-109/
H A DBootCache.h186 u_int ss_cache_time; /* msecs cache was alive */ member in struct:BC_statistics
H A Dkext.c2678 BC_cache->c_stats.ss_cache_time += (u_int) endtime.tv_sec * 1000 + (u_int) endtime.tv_usec / 1000;
H A Dlibrary.c1095 if (ss->ss_cache_time > 0 || ss->ss_read_bytes == 0) {
1096 fprintf(fp, "cache active time %d.%03ds\n", ss->ss_cache_time / 1000, ss->ss_cache_time % 1000);

Completed in 336 milliseconds