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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Dclock.h65 #undef timespeccmp macro
66 #define timespeccmp(tvp, uvp, cmp) \ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/lock/
H A Dlock_timer.c76 timespeccmp(
173 return (timespeccmp(now, timespecp, >=));
H A Dlock_deadlock.c435 timespeccmp(&min_timeout,
608 timespeccmp(
H A Dlock.c909 timespeccmp(
968 if (timespeccmp(
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/rep/
H A Drep_lease.c62 if (timespeccmp(&mytime, &rep->grant_expire, >))
106 return (timespeccmp(&mytime, &rep->grant_expire, <=) ? 1 : 0);
200 timespeccmp(&msg_time, &le->start_time, >)) {
319 timespeccmp(&le->end_time, &curtime, >=) &&
491 if (timespeccmp(&mytime, &exptime, <=)) {
H A Drep_record.c1189 if (timespeccmp(&msg_time, &lp->max_lease_ts, >))
1281 else if (timespeccmp(&max_ts, &lp->max_lease_ts, >))
2122 req = timespeccmp(&now, &lp->wait_ts, >=);
2128 if (timespeccmp(&lp->wait_ts, &rep->max_gap, >))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libevent-1.4.14b-stable/compat/sys/
H A D_libevent_time.h107 #define timespeccmp(tsp, usp, cmp) \ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/repmgr/
H A Drepmgr_sel.c190 t = timespeccmp(&retry->time, &t, <) ? retry->time : t;
199 if (timespeccmp(&now, &t, >=))
323 if (timespeccmp(&when, &now, <=) &&
350 if (timespeccmp(&retry->time, &now, >=))
H A Drepmgr_windows.c239 if (timespeccmp(&now, &deadline, >=)) {

Completed in 58 milliseconds