tm_now            399 lib/cib/cib_utils.c         time_t tm_now = time(NULL);
tm_now            401 lib/cib/cib_utils.c         if (expires < tm_now) {
tm_now            402 lib/cib/cib_utils.c             expires = tm_now + 60;  /* Validate clients are correctly applying v2-style diffs at most once a minute */
tm_now            207 lib/cluster/election.c     time_t tm_now = time(NULL);
tm_now            209 lib/cluster/election.c     if (expires < tm_now) {
tm_now            229 lib/cluster/election.c     expires = tm_now + STORM_INTERVAL;  /* N seconds after the last _access_ */
tm_now            533 lib/cluster/election.c     time_t tm_now = time(NULL);
tm_now            625 lib/cluster/election.c     if (cluster->priv->election->expires < tm_now) {
tm_now            627 lib/cluster/election.c         cluster->priv->election->expires = tm_now + STORM_INTERVAL;
tm_now            640 lib/cluster/election.c             cluster->priv->election->expires = tm_now + STORM_INTERVAL;
tm_now            681 lib/cluster/election.c             || ((tm_now - cluster->priv->election->last_election_loss)
tm_now            712 lib/cluster/election.c     cluster->priv->election->last_election_loss = tm_now;