Home
last modified time | relevance | path

Searched refs:oldest (Results 1 – 25 of 35) sorted by relevance

12

/freebsd/contrib/ntp/ntpd/
H A Dntp_monitor.c319 mon_entry * oldest; in ntp_monitor() local
446 oldest = TAIL_DLIST(mon_mru_list, mru); in ntp_monitor()
448 if (oldest != NULL) { in ntp_monitor()
450 L_SUB(&interval_fp, &oldest->last); in ntp_monitor()
456 if (oldest != NULL && mru_maxage < oldest_age) { in ntp_monitor()
457 mon_reclaim_entry(oldest); in ntp_monitor()
458 mon = oldest; in ntp_monitor()
469 mon_reclaim_entry(oldest); in ntp_monitor()
470 mon = oldest; in ntp_monitor()
H A Dntp.conf.def1519 replacing the oldest entry from the monitor (MRU)
1522 of replacing the oldest entry is the age of that entry
1525 value, default 3000. For example, if the oldest entry
1529 now is 10%. Conversely, if the oldest entry is more
2897 if the oldest entry was updated more than
2900 If the oldest entry was updated more recently the MRU list is grown,
H A Dinvoke-ntp.conf.texi1448 replacing the oldest entry from the monitor (MRU)
1451 of replacing the oldest entry is the age of that entry
1454 value, default 3000. For example, if the oldest entry
1458 now is 10%. Conversely, if the oldest entry is more
2737 if the oldest entry was updated more than
2740 If the oldest entry was updated more recently the MRU list is grown,
/freebsd/sys/net80211/
H A Dieee80211_dfs.c238 int i, oldest, now; in dfs_timeout() local
242 now = oldest = ticks; in dfs_timeout()
262 } else if (dfs->nol_event[i] < oldest) in dfs_timeout()
263 oldest = dfs->nol_event[i]; in dfs_timeout()
266 if (oldest != now) { in dfs_timeout()
268 callout_schedule(&dfs->nol_timer, oldest + NOL_TIMEOUT - now); in dfs_timeout()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/
H A Dcoredump.c125 u32 oldest, i, idx; in mt7996_coredump_fw_stack() local
143 oldest = (u32)mt76_get_field(dev, MT_MCU_WM_EXCP_PC_CTRL, in mt7996_coredump_fw_stack()
146 idx = ((oldest + 2 * i + 1) % 32); in mt7996_coredump_fw_stack()
151 oldest = (u32)mt76_get_field(dev, MT_MCU_WM_EXCP_LR_CTRL, in mt7996_coredump_fw_stack()
154 idx = ((oldest + 2 * i + 1) % 32); in mt7996_coredump_fw_stack()
/freebsd/usr.sbin/bsnmpd/modules/snmp_hostres/
H A Dhostres_processor_tbl.c95 u_int i, oldest; in get_avg_load() local
107 oldest = (e->cur_sample_idx + 1) % MAX_CPU_SAMPLES; in get_avg_load()
109 oldest = 0; in get_avg_load()
114 delta -= e->states[oldest][i]; in get_avg_load()
122 e->states[oldest][CPUSTATES-1]) / delta; in get_avg_load()
/freebsd/bin/pkill/
H A Dpkill.c102 static int oldest; variable
262 oldest = 1; in main()
299 if (newest && oldest) in main()
548 if (newest || oldest) { in main()
561 if (oldest) /* but we want the oldest */ in main()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dcoredump.c231 u32 oldest, i, idx; in mt7915_coredump_fw_stack() local
237 oldest = (u32)mt76_get_field(dev, 0x89050200, GENMASK(20, 16)) + 2; in mt7915_coredump_fw_stack()
239 idx = ((oldest + 2 * i + 1) % 32); in mt7915_coredump_fw_stack()
/freebsd/contrib/unbound/services/cache/
H A Dinfra.c1048 int i, oldest; in infra_rate_find_second_or_none() local
1055 oldest = 0; in infra_rate_find_second_or_none()
1057 if(d->timestamp[i] < d->timestamp[oldest]) in infra_rate_find_second_or_none()
1058 oldest = i; in infra_rate_find_second_or_none()
1060 d->timestamp[oldest] = t; in infra_rate_find_second_or_none()
1061 d->qps[oldest] = 0; in infra_rate_find_second_or_none()
1062 return &(d->qps[oldest]); in infra_rate_find_second_or_none()
/freebsd/lib/libc/yp/
H A Dyplib.c179 time_t oldest = 0; in ypmatch_cache_insert() local
181 oldest = ~oldest; in ypmatch_cache_insert()
184 if (c->ypc_expire_t < oldest) { in ypmatch_cache_insert()
185 oldest = c->ypc_expire_t; in ypmatch_cache_insert()
/freebsd/sys/contrib/device-tree/Bindings/c6x/
H A Demifa.txt22 of the oldest command in the command FIFO. Setting this field to 255
/freebsd/contrib/ntp/libntp/lib/isc/
H A Dlog.c1551 isc_time_t oldest; in isc_log_doit() local
1562 TIME_NOW(&oldest); in isc_log_doit()
1563 if (isc_time_subtract(&oldest, &interval, &oldest) in isc_log_doit()
1575 &oldest) < 0) { in isc_log_doit()
/freebsd/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_ibumad.c207 uint32_t oldest = ~0, oldest_smp = ~0; in put_madw() local
229 if (oldest >= m->version) { in put_madw()
230 oldest = m->version; in put_madw()
236 if (oldest != ~0) { in put_madw()
/freebsd/contrib/wpa/src/common/
H A Dproximity_ranging.c52 struct pr_device *dev, *oldest = NULL; in pr_create_device() local
61 if (!oldest || in pr_create_device()
62 os_reltime_before(&dev->last_seen, &oldest->last_seen)) in pr_create_device()
63 oldest = dev; in pr_create_device()
65 if (count + 1 > PR_MAX_PEER && oldest) { in pr_create_device()
68 MACSTR, MAC2STR(oldest->pr_device_addr)); in pr_create_device()
69 dl_list_del(&oldest->list); in pr_create_device()
70 pr_device_free(pr, oldest); in pr_create_device()
/freebsd/contrib/wpa/src/nan/
H A Dnan.c1450 struct nan_peer *peer, *oldest = NULL; in nan_alloc_peer() local
1460 if (!oldest || in nan_alloc_peer()
1461 os_reltime_before(&peer->last_seen, &oldest->last_seen)) in nan_alloc_peer()
1462 oldest = peer; in nan_alloc_peer()
1466 if (!oldest) { in nan_alloc_peer()
1474 MAC2STR(oldest->nmi_addr)); in nan_alloc_peer()
1476 nan_del_peer(nan, oldest); in nan_alloc_peer()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dspa_log_spacemap.c1101 metaslab_t *oldest = avl_first(&spa->spa_metaslabs_by_flushed); in spa_cleanup_old_sm_logs() local
1102 uint64_t oldest_flushed_txg = metaslab_unflushed_txg(oldest); in spa_cleanup_old_sm_logs()
H A Dddt.c2928 uint64_t oldest = 0; in ddt_prune_unique_entries() local
2942 oldest = (i == 0) ? 0 : in ddt_prune_unique_entries()
2950 cutoff = now - oldest; in ddt_prune_unique_entries()
/freebsd/contrib/expat/
H A DREADME.md36 (the oldest version supported by the [official GitHub Actions Windows images](https://github.com/actions/runner-images))
/freebsd/contrib/wpa/src/p2p/
H A Dp2p.c432 struct p2p_device *dev, *oldest = NULL; in p2p_create_device() local
441 if (oldest == NULL || in p2p_create_device()
442 os_reltime_before(&dev->last_seen, &oldest->last_seen)) in p2p_create_device()
443 oldest = dev; in p2p_create_device()
445 if (count + 1 > p2p->cfg->max_peers && oldest) { in p2p_create_device()
448 MACSTR, MAC2STR(oldest->info.p2p_device_addr)); in p2p_create_device()
449 dl_list_del(&oldest->list); in p2p_create_device()
450 p2p_device_free(p2p, oldest); in p2p_create_device()
/freebsd/sys/netinet/
H A Dtcp_subr.c4728 int i, oldest, oldest_set = 0, cnt_rm = 0; in tcp_req_check_for_stale_entries() local
4748 oldest = i; in tcp_req_check_for_stale_entries()
4763 ent = &tp->t_tcpreq_info[oldest]; in tcp_req_check_for_stale_entries()
/freebsd/sys/ufs/ffs/
H A Dffs_softdep.c3551 struct jseg *oldest; in softdep_synchronize_completed() local
3566 oldest = NULL; in softdep_synchronize_completed()
3573 oldest = jseg; in softdep_synchronize_completed()
3580 if (oldest) in softdep_synchronize_completed()
3581 complete_jsegs(oldest); in softdep_synchronize_completed()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DOptions.td1196 "starting at the oldest instruction. Otherwise, it starts at the most "
1201 "instruction, or the oldest if --forwards is provided.">;
/freebsd/crypto/heimdal/doc/
H A Dsetup.texi536 and when a slave is at an older version than the oldest one in the
/freebsd/crypto/openssl/doc/designs/quic-design/
H A Dquic-api.md1047 * returns NULL. If multiple streams are available to be accepted, the oldest
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc315 // with RTLD_NEXT to return the oldest versioned symbol.
319 // oldest Glibc version pre-dates support for that architecture.
3993 // Workaround a bug in glibc where dlsym(RTLD_NEXT, ...) returns the oldest

12