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

/dovecot/src/lib/
H A Dguid.c27 } else if ((uint32_t)ts.tv_nsec < (uint32_t)-1) {
28 ts.tv_nsec++;
31 ts.tv_nsec = 0;
34 (unsigned int)ts.tv_nsec,
72 ioloop_timeval.tv_usec * 1000 > ts.tv_nsec)) {
77 ts.tv_nsec = ioloop_timeval.tv_usec*1000;
78 } else if (ts.tv_nsec < 999999999L) {
79 ts.tv_nsec++;
82 ts.tv_nsec = 0;
85 guid_r[0] = (ts.tv_nsec
[all...]
H A Dcompat.h93 # define ST_ATIME_NSEC(st) ((unsigned long)(st).st_atim.tv_nsec)
94 # define ST_MTIME_NSEC(st) ((unsigned long)(st).st_mtim.tv_nsec)
95 # define ST_CTIME_NSEC(st) ((unsigned long)(st).st_ctim.tv_nsec)
98 # define ST_ATIME_NSEC(st) ((unsigned long)(st).st_atimespec.tv_nsec)
99 # define ST_MTIME_NSEC(st) ((unsigned long)(st).st_mtimespec.tv_nsec)
100 # define ST_CTIME_NSEC(st) ((unsigned long)(st).st_ctimespec.tv_nsec)
H A Dioloop-kqueue.c124 ts.tv_nsec = tv.tv_usec * 1000;
134 (unsigned int)ts.tv_nsec);
H A Dcompat.c265 tp->tv_nsec = tv.tv_usec * 1000;
H A Dioloop-notify-kqueue.c60 ts.tv_nsec = 0;
/dovecot/src/dict/
H A Ddict-commands.c552 unsigned int tv_nsec; local
558 str_to_uint(args[2], &tv_nsec) < 0) {
568 .tv_nsec = tv_nsec
/dovecot/src/lib-sql/
H A Ddriver-cassandra.c1903 ts->tv_nsec / 1000;
/dovecot/src/lib-dict/
H A Ddict-client.c1464 (unsigned int)ts->tv_nsec);

Completed in 26 milliseconds