Searched refs:epoch (Results 51 - 68 of 68) sorted by relevance

123

/freebsd-12-stable/sys/kern/
H A Dkern_clock.c51 #include <sys/epoch.h>
/freebsd-12-stable/sbin/routed/
H A Ddefs.h470 extern struct timeval epoch; /* system clock when started */
H A Dtrace.c152 secs += epoch.tv_sec;
/freebsd-12-stable/sys/dev/qlnx/qlnxe/
H A Decore_mcp_api.h1282 u32 epoch; member in struct:ecore_mdump_info
H A Dmcp_public.h1187 u32 epoch; member in struct:mdump_retain_data_stc
1369 #define DRV_MSG_CODE_MDUMP_SET_VALUES 0x02 /* set epoc and personality as follow: drv_data[3:0] - epoch, drv_data[7:4] - personality */
H A Decore_dev.c5927 /* Check if mdump logs/data are present and update the epoch value */
5942 "mdump retained data: epoch 0x%08x, pf 0x%x, status 0x%08x\n",
5943 mdump_retain.epoch, mdump_retain.pf,
5947 p_params->epoch);
H A Dqlnx_os.c1314 params.epoch = 0;
/freebsd-12-stable/contrib/ntp/ntpd/
H A Dntp_proto.c2823 sys_epoch = peer->epoch;
2877 current_time, peer->epoch, peer->associd));
3263 * A sample consists of the offset, delay, dispersion and epoch
3389 && peer->filter_epoch[k] - peer->epoch
3403 if (peer->filter_epoch[k] <= peer->epoch) {
3408 peer->epoch = peer->filter_epoch[k];
3973 if (typesystem->epoch <= sys_epoch)
/freebsd-12-stable/contrib/jemalloc/src/
H A Dctl.c58 CTL_PROTO(epoch)
541 {NAME("epoch"), CTL(epoch)},
995 ctl_arenas->epoch++;
1507 READ(ctl_arenas->epoch, uint64_t);
/freebsd-12-stable/sys/netinet/
H A Dtcp_reass.c226 log.u_bbr.epoch = p->tqe_mbuf_cnt;
H A Dtcp_hpts.c319 log.u_bbr.epoch = hpts->saved_curslot;
/freebsd-12-stable/sys/netpfil/ipfw/nat64/
H A Dnat64lsn_control.c37 #include <sys/epoch.h>
H A Dnat64lsn.c37 #include <sys/epoch.h>
/freebsd-12-stable/sys/sys/
H A Dpmc.h44 #include <sys/epoch.h>
669 * (g) - global_epoch_preempt (epoch)
/freebsd-12-stable/crypto/openssl/ssl/record/
H A Dssl3_record.c1817 * Retrieve a buffered record that belongs to the current epoch, i.e. processed
1848 * The epoch may have changed. If so, process all the pending records.
1894 /* sequence number is 64 bits, with top 2 bytes = epoch */
1895 n2s(p, rr->epoch);
1986 * TODO: Does it make sense to have replay protection in epoch 0 where
2006 * If this record is from the next epoch (either HM or ALERT), and a
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp172 /// "epoch" encoded in the bitcode, and return the producer name if any.
211 case bitc::IDENTIFICATION_CODE_EPOCH: { // EPOCH: [epoch#]
212 unsigned epoch = (unsigned)Record[0]; local
213 if (epoch != bitc::BITCODE_CURRENT_EPOCH) {
215 Twine("Incompatible epoch: Bitcode '") + Twine(epoch) +
/freebsd-12-stable/crypto/openssl/ssl/
H A Dssl_local.h1722 unsigned short epoch; member in struct:dtls1_retransmit_state
/freebsd-12-stable/sys/net/
H A Dif.c45 #include <sys/epoch.h>

Completed in 422 milliseconds

123