Searched refs:TIMESPEC_TO_TIMEVAL (Results 1 – 2 of 2) sorted by relevance
79 TIMESPEC_TO_TIMEVAL(&amtimes[0], &stbuf.st_atimespec);80 TIMESPEC_TO_TIMEVAL(&amtimes[1], &stbuf.st_mtimespec);91 TIMESPEC_TO_TIMEVAL(&newamtimes[0], &stbuf.st_atimespec);92 TIMESPEC_TO_TIMEVAL(&newamtimes[1], &stbuf.st_mtimespec);
147 #define TIMESPEC_TO_TIMEVAL(tv, ts) { \ macro