Lines Matching refs:msecs
922 int msecs;
927 msecs = timeval_diff_msecs(&ioloop_timeval, &result->start_time);
938 result->query, (int)errsize, errmsg, msecs/1000, msecs%1000,
1011 unsigned int i, msecs = CASSANDRA_FALLBACK_FIRST_RETRY_MSECS;
1018 msecs *= 2;
1019 if (msecs >= CASSANDRA_FALLBACK_MAX_RETRY_MSECS) {
1020 msecs = CASSANDRA_FALLBACK_MAX_RETRY_MSECS;
1024 /* If last primary query sent timestamp + msecs is older than current
1037 timeval_add_msecs(&tv, msecs);