tm_now            417 lib/cib/cib_utils.c         time_t tm_now = time(NULL);
tm_now            419 lib/cib/cib_utils.c         if (expires < tm_now) {
tm_now            420 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            534 lib/cluster/election.c     time_t tm_now = time(NULL);
tm_now            626 lib/cluster/election.c     if (cluster->priv->election->expires < tm_now) {
tm_now            628 lib/cluster/election.c         cluster->priv->election->expires = tm_now + STORM_INTERVAL;
tm_now            641 lib/cluster/election.c             cluster->priv->election->expires = tm_now + STORM_INTERVAL;
tm_now            682 lib/cluster/election.c             || ((tm_now - cluster->priv->election->last_election_loss)
tm_now            713 lib/cluster/election.c     cluster->priv->election->last_election_loss = tm_now;