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

/macosx-10.9.5/autofs-234/automountd/
H A Dnfs_cast.c155 struct tstamps *ts, *prev_ts; local
185 prev_ts = NULL;
258 prev_ts->ts_next = ts;
259 prev_ts = ts;
/macosx-10.9.5/IOKitUser-907.100.13/pwr_mgt.subproj/
H A DIOPMAssertions.c613 static struct timeval prev_ts = {0,0}; local
627 if (ts.tv_sec - prev_ts.tv_sec <= 5) {
633 prev_ts = ts;

Completed in 79 milliseconds