| /src/contrib/ntp/ntpd/ |
| H A D | ntp_monitor.c | 319 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 D | ntp.conf.def | 1519 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 D | invoke-ntp.conf.texi | 1448 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,
|
| /src/sys/contrib/dev/mediatek/mt76/mt7996/ |
| H A D | coredump.c | 125 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()
|
| /src/sys/net80211/ |
| H A D | ieee80211_dfs.c | 238 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()
|
| /src/usr.sbin/bsnmpd/modules/snmp_hostres/ |
| H A D | hostres_processor_tbl.c | 95 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()
|
| /src/bin/pkill/ |
| H A D | pkill.c | 102 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()
|
| /src/sys/contrib/dev/mediatek/mt76/mt7915/ |
| H A D | coredump.c | 231 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()
|
| /src/contrib/unbound/services/cache/ |
| H A D | infra.c | 1048 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()
|
| /src/lib/libc/yp/ |
| H A D | yplib.c | 179 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()
|
| /src/sys/contrib/device-tree/Bindings/c6x/ |
| H A D | emifa.txt | 22 of the oldest command in the command FIFO. Setting this field to 255
|
| /src/contrib/ntp/libntp/lib/isc/ |
| H A D | log.c | 1551 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()
|
| /src/contrib/ofed/opensm/libvendor/ |
| H A D | osm_vendor_ibumad.c | 207 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()
|
| /src/sys/contrib/openzfs/config/ |
| H A D | kernel-mkdir.m4 | 3 dnl # Supported mkdir() interfaces checked newest to oldest.
|
| H A D | kernel-xattr-handler.m4 | 70 dnl # Supported xattr handler set() interfaces checked newest to oldest.
|
| /src/sys/contrib/openzfs/module/zfs/ |
| H A D | spa_log_spacemap.c | 925 metaslab_t *oldest = avl_first(&spa->spa_metaslabs_by_flushed); in spa_cleanup_old_sm_logs() local 926 uint64_t oldest_flushed_txg = metaslab_unflushed_txg(oldest); in spa_cleanup_old_sm_logs()
|
| H A D | ddt.c | 2929 uint64_t oldest = 0; in ddt_prune_unique_entries() local 2944 oldest = MAX(1, (1<<i) * 3600); in ddt_prune_unique_entries() 2951 cutoff = gethrestime_sec() - oldest; in ddt_prune_unique_entries()
|
| /src/contrib/wpa/src/p2p/ |
| H A D | p2p.c | 420 struct p2p_device *dev, *oldest = NULL; in p2p_create_device() local 429 if (oldest == NULL || in p2p_create_device() 430 os_reltime_before(&dev->last_seen, &oldest->last_seen)) in p2p_create_device() 431 oldest = dev; in p2p_create_device() 433 if (count + 1 > p2p->cfg->max_peers && oldest) { in p2p_create_device() 436 MACSTR, MAC2STR(oldest->info.p2p_device_addr)); in p2p_create_device() 437 dl_list_del(&oldest->list); in p2p_create_device() 438 p2p_device_free(p2p, oldest); in p2p_create_device()
|
| /src/contrib/expat/ |
| H A D | README.md | 30 …(the oldest version supported by the [official GitHub Actions Windows images](https://github.com/a…
|
| /src/sys/netinet/ |
| H A D | tcp_subr.c | 4715 int i, oldest, oldest_set = 0, cnt_rm = 0; in tcp_req_check_for_stale_entries() local 4735 oldest = i; in tcp_req_check_for_stale_entries() 4750 ent = &tp->t_tcpreq_info[oldest]; in tcp_req_check_for_stale_entries()
|
| /src/sys/ufs/ffs/ |
| H A D | ffs_softdep.c | 3551 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()
|
| /src/contrib/llvm-project/lldb/source/Commands/ |
| H A D | Options.td | 1149 "starting at the oldest instruction. Otherwise, it starts at the most " 1154 "instruction, or the oldest if --forwards is provided.">;
|
| /src/crypto/heimdal/doc/ |
| H A D | setup.texi | 536 and when a slave is at an older version than the oldest one in the
|
| /src/crypto/openssl/doc/designs/quic-design/ |
| H A D | quic-api.md | 1047 * returns NULL. If multiple streams are available to be accepted, the oldest
|
| /src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_common_interceptors.inc | 281 // with RTLD_NEXT to return the oldest versioned symbol. 285 // oldest Glibc version pre-dates support for that architecture. 3832 // Workaround a bug in glibc where dlsym(RTLD_NEXT, ...) returns the oldest
|