Searched refs:wait_ts (Results 1 - 9 of 9) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/rep/
H A Drep_verify.c89 lp->wait_ts = rep->request_gap;
243 lp->wait_ts = rep->request_gap;
534 lp->wait_ts = rep->request_gap;
583 * set the wait_ts value high now to give the master
589 lp->wait_ts = rep->max_gap;
H A Drep_record.c1086 * to use rcvd_ts and wait_ts so that we will
1096 lp->wait_ts = rep->request_gap;
1122 lp->wait_ts = rep->request_gap;
2122 req = timespeccmp(&now, &lp->wait_ts, >=);
2125 * Add wait_ts to itself to double it.
2127 timespecadd(&lp->wait_ts, &lp->wait_ts);
2128 if (timespeccmp(&lp->wait_ts, &rep->max_gap, >))
2129 lp->wait_ts = rep->max_gap;
H A Drep_stat.c508 STAT_LONG("Time to wait before requesting seconds", lp->wait_ts.tv_sec);
510 lp->wait_ts.tv_nsec / NS_PER_US);
H A Drep_util.c639 lp->wait_ts = rep->request_gap;
795 lp->wait_ts = rep->request_gap;
869 lp->wait_ts = rep->request_gap;
877 * Having properly set up wait_ts for later, nothing more to
H A Drep_log.c303 * If we're waiting for records, set the wait_ts
308 lp->wait_ts = rep->max_gap;
H A Drep_backup.c885 lp->wait_ts = rep->request_gap;
1772 lp->wait_ts = rep->request_gap;
1857 lp->wait_ts = rep->request_gap;
H A Drep_method.c1561 DB_TIMEOUT_TO_TIMESPEC(min, &lp->wait_ts);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Dlog.h282 db_timespec wait_ts; /* Time to wait before requesting. */ member in struct:__log
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/log/
H A Dlog.c137 lp->wait_ts = env->rep_handle->request_gap;

Completed in 121 milliseconds