Searched refs:oldest (Results 1 - 12 of 12) sorted by relevance

/freebsd-9.3-release/contrib/ntp/ntpd/
H A Dntp_monitor.c317 mon_entry * oldest; local
443 oldest = TAIL_DLIST(mon_mru_list, mru);
445 if (oldest != NULL) {
447 L_SUB(&interval_fp, &oldest->last);
453 if (oldest != NULL && mru_maxage < oldest_age) {
454 mon_reclaim_entry(oldest);
455 mon = oldest;
466 mon_reclaim_entry(oldest);
467 mon = oldest;
/freebsd-9.3-release/usr.sbin/bsnmpd/modules/snmp_hostres/
H A Dhostres_processor_tbl.c97 u_int i, oldest; local
109 oldest = (e->cur_sample_idx + 1) % MAX_CPU_SAMPLES;
111 oldest = 0;
116 delta -= e->states[oldest][i];
124 e->states[oldest][CPUSTATES-1]) / delta;
/freebsd-9.3-release/sys/net80211/
H A Dieee80211_dfs.c208 int i, oldest, now; local
212 now = oldest = ticks;
232 } else if (dfs->nol_event[i] < oldest)
233 oldest = dfs->nol_event[i];
236 if (oldest != now) {
238 callout_schedule(&dfs->nol_timer, oldest + NOL_TIMEOUT - now);
/freebsd-9.3-release/bin/pkill/
H A Dpkill.c101 static int oldest; variable
259 oldest = 1;
296 if (newest && oldest)
517 if (newest || oldest) {
530 if (oldest) /* but we want the oldest */
/freebsd-9.3-release/lib/libc/yp/
H A Dyplib.c185 time_t oldest = 0; local
187 oldest = ~oldest;
190 if (c->ypc_expire_t < oldest) {
191 oldest = c->ypc_expire_t;
/freebsd-9.3-release/sys/netatalk/
H A Daarp.c573 int oldest = -1; local
588 if ((int) aat->aat_timer > oldest) {
589 oldest = aat->aat_timer;
/freebsd-9.3-release/contrib/bind9/lib/isc/
H A Dlog.c1235 * though the file names are 0 based, so an oldest log of log.1
1549 isc_time_t oldest; local
1556 * 'oldest' is the age of the oldest messages
1560 TIME_NOW(&oldest);
1561 if (isc_time_subtract(&oldest, &interval, &oldest)
1573 &oldest) < 0) {
/freebsd-9.3-release/contrib/ntp/lib/isc/
H A Dlog.c1235 * though the file names are 0 based, so an oldest log of log.1
1551 isc_time_t oldest; local
1558 * 'oldest' is the age of the oldest messages
1562 TIME_NOW(&oldest);
1563 if (isc_time_subtract(&oldest, &interval, &oldest)
1575 &oldest) < 0) {
/freebsd-9.3-release/contrib/ofed/management/opensm/libvendor/
H A Dosm_vendor_ibumad.c160 uint32_t oldest = ~0; local
173 if (oldest > m->version) {
174 oldest = m->version;
/freebsd-9.3-release/contrib/bind9/bin/named/
H A Dclient.c250 ns_client_t *oldest; local
254 oldest = ISC_LIST_HEAD(client->manager->recursing);
255 if (oldest != NULL) {
256 ISC_LIST_UNLINK(client->manager->recursing, oldest, rlink);
258 ns_query_cancel(oldest);
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dzone.c15401 unsigned int i, slot = UNREACH_CHACHE_SIZE, oldest = 0; local
15417 oldest = i;
15444 zmgr->unreachable[oldest].expire = seconds + UNREACH_HOLD_TIME;
15445 zmgr->unreachable[oldest].last = seconds;
15446 zmgr->unreachable[oldest].remote = *remote;
15447 zmgr->unreachable[oldest].local = *local;
15448 zmgr->unreachable[oldest].count = 1;
/freebsd-9.3-release/sys/ufs/ffs/
H A Dffs_softdep.c802 int jb_age; /* Insertion time of oldest rec. */
1105 * Merge two jsegdeps keeping only the oldest one as newer references
3155 struct jseg *oldest; local
3163 oldest = NULL;
3171 oldest = jseg;
3175 * Restart deferred journal entry processing from the oldest
3178 if (oldest)
3179 complete_jsegs(oldest);
4372 * oldest valid segment.
5229 * oldest recor
[all...]

Completed in 311 milliseconds