Searched defs:epoch (Results 1 - 25 of 41) sorted by relevance

12

/freebsd-current/crypto/heimdal/kdc/
H A Drx.h62 uint32_t epoch; member in struct:rx_header
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DCF.cpp31 time_t epoch = GetOSXEpoch(); local
H A DCocoa.cpp991 time_t epoch = GetOSXEpoch(); local
1226 static time_t epoch = 0; local
[all...]
/freebsd-current/contrib/ntp/libntp/lib/isc/win32/
H A Dtime.c50 static isc_time_t epoch = { { 0, 0 } }; variable
85 SYSTEMTIME epoch = { 1970, 1, 4, 1, 0, 0, 0, 0 }; local
229 SYSTEMTIME epoch = { 1970, 1, 4, 1, 0, 0, 0, 0 }; local
/freebsd-current/contrib/jemalloc/include/jemalloc/internal/
H A Darena_structs_b.h40 nstime_t epoch; member in struct:arena_decay_s
[all...]
H A Dctl.h83 uint64_t epoch; member in struct:ctl_arenas_s
/freebsd-current/sys/contrib/ck/src/
H A Dck_epoch.c191 unsigned int epoch, i; local
321 ck_epoch_scan(struct ck_epoch *global, struct ck_epoch_record *cr, unsigned int epoch, bool *af) argument
362 unsigned int epoch = e & (CK_EPOCH_LENGTH - 1); local
402 unsigned int epoch; local
429 unsigned int delta, epoch, goal, i; local
569 unsigned int epoch; local
[all...]
/freebsd-current/sys/contrib/ck/include/
H A Dck_epoch.h81 unsigned int epoch; member in struct:ck_epoch_ref
89 unsigned int epoch; member in struct:ck_epoch_record
103 unsigned int epoch; member in struct:ck_epoch
128 struct ck_epoch *epoch = record->global; local
200 struct ck_epoch *epoch = record->global; local
218 struct ck_epoch *epoch = record->global; local
[all...]
/freebsd-current/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_trace.h159 u64 epoch : kEpochBits; member in struct:__tsan::EventTime
H A Dtsan_defs.h68 inline Epoch EpochInc(Epoch epoch) { argument
72 inline bool EpochOverflow(Epoch epoch) { return epoch == kEpochOver; } argument
H A Dtsan_rtl_mutex.cpp505 Epoch epoch = EpochInc(thr->fast_state.epoch()); local
H A Dtsan_shadow.h32 Epoch epoch() const { return static_cast<Epoch>(part_.epoch_); } function in class:__tsan::FastState
34 void SetEpoch(Epoch epoch) { part_.epoch_ = static_cast<u16>(epoch); } argument
81 Epoch epoch() const { return static_cast<Epoch>(part_.epoch_); } function in class:__tsan::Shadow
140 static RawShadow FreedInfo(Sid sid, Epoch epoch) { argument
H A Dtsan_rtl_report.cpp432 bool RestoreStack(EventType type, Sid sid, Epoch epoch, uptr addr, uptr size, argument
355 TraceReplay(Trace *trace, TracePart *last, Event *last_pos, Sid sid, Epoch epoch, Func f) argument
[all...]
H A Dtsan_rtl.cpp135 static void DoResetImpl(uptr epoch) { argument
245 DoResetImpl(epoch); variable
256 uptr epoch; variable
302 Epoch epoch = EpochInc(slot->epoch()); local
[all...]
/freebsd-current/contrib/ntp/libntp/lib/isc/unix/
H A Dtime.c113 static isc_time_t epoch = { 0, 0 }; variable
/freebsd-current/crypto/openssl/ssl/record/
H A Drecord.h67 unsigned long epoch; member in struct:ssl3_record_st
81 unsigned short epoch; member in struct:record_pqueue_st
/freebsd-current/crypto/openssl/test/
H A Dbad_dtls_test.c280 static unsigned char epoch[2] = { 0x00, 0x01 }; local
H A Ddtlstest.c197 int epoch = 0; local
/freebsd-current/sys/contrib/zstd/lib/dictBuilder/
H A Dfastcover.c413 size_t epoch; local
/freebsd-current/sys/kern/
H A Dsubr_epoch.c80 struct epoch { struct
150 epoch_currecord(epoch_t epoch) argument
222 epoch_trace_enter(struct thread *td, epoch_t epoch, epoch_tracker_t et, const char *file, int line) argument
243 epoch_trace_exit(struct thread *td, epoch_t epoch, epoch_tracker_t et, const char *file, int line) argument
276 epoch_where_report(epoch_t epoch) argument
340 epoch_ctor(epoch_t epoch) argument
368 epoch_t epoch; local
415 epoch_free(epoch_t epoch) argument
463 _epoch_enter_preempt(epoch_t epoch, epoch_tracker_t et EPOCH_FILE_LINE) argument
492 epoch_enter(epoch_t epoch) argument
513 _epoch_exit_preempt(epoch_t epoch, epoch_tracker_t et EPOCH_FILE_LINE) argument
544 epoch_exit(epoch_t epoch) argument
702 epoch_wait_preempt(epoch_t epoch) argument
765 epoch_wait(epoch_t epoch) argument
777 epoch_call(epoch_t epoch, epoch_callback_t callback, epoch_context_t ctx) argument
809 epoch_t epoch; local
846 in_epoch_verbose_preempt(epoch_t epoch, int dump_onfail) argument
879 epoch_assert_nocpu(epoch_t epoch, struct thread *td) argument
900 in_epoch_verbose(epoch_t epoch, int dump_onfail) argument
938 in_epoch(epoch_t epoch) argument
946 struct epoch *epoch = local
957 epoch_drain_callbacks(epoch_t epoch) argument
[all...]
/freebsd-current/sbin/routed/
H A Dmain.c57 struct timeval epoch; /* when started */ variable in typeref:struct:timeval
/freebsd-current/sys/dev/qlnx/qlnxe/
H A Decore_mcp.h393 u32 epoch; member in struct:ecore_mdump_retain_data
/freebsd-current/contrib/tcpdump/
H A Dprint-rx.c78 nd_uint32_t epoch; member in struct:rx_header
/freebsd-current/contrib/ntp/util/
H A Dntp-keygen.c169 time_t epoch; /* Unix epoch (seconds) since 1970 */ variable
2004 X509_time_adj(X509_getm_notBefore(cert), 0L, &epoch); local
2005 X509_time_adj(X509_getm_notAfter(cert), lifetime * SECSPERDAY, &epoch); local
[all...]
/freebsd-current/contrib/jemalloc/src/
H A Dstats.c1399 uint64_t epoch; local
1412 epoch = 1; local

Completed in 192 milliseconds

12