Searched refs:ts_fully_aged (Results 1 - 1 of 1) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/vm/
H A Dvm_pageout.c1225 mach_timespec_t ts_fully_aged; local
1242 ts_fully_aged.tv_sec = (VM_PAGE_MAX_SPECULATIVE_AGE_Q * VM_PAGE_SPECULATIVE_Q_AGE_MS) / 1000;
1243 ts_fully_aged.tv_nsec = ((VM_PAGE_MAX_SPECULATIVE_AGE_Q * VM_PAGE_SPECULATIVE_Q_AGE_MS) % 1000)
1246 ADD_MACH_TIMESPEC(&ts_fully_aged, &aq->age_ts);
1250 if (CMP_MACH_TIMESPEC(&ts, &ts_fully_aged) >= 0)

Completed in 24 milliseconds