Searched refs:nowTs (Results 1 – 1 of 1) sorted by relevance
126 struct timespec nowTs; in write() local127 bool nowTsValid = !clock_gettime(CLOCK_MONOTONIC, &nowTs); in write()130 time_t sec = nowTs.tv_sec - mWriteTs.tv_sec; in write()131 long nsec = nowTs.tv_nsec - mWriteTs.tv_nsec; in write()134 mWriteTs.tv_sec, mWriteTs.tv_nsec, nowTs.tv_sec, nowTs.tv_nsec); in write()153 mWriteTs = nowTs; in write()