/freebsd-src/sys/kern/ |
H A D | subr_epoch.c | 80 struct epoch { struct 82 epoch_record_t e_pcpu_record; argument 96 SYSCTL_NODE(_kern, OID_AUTO, epoch, CTLFLAG_RW | CTLFLAG_MPSAFE, 0, argument 150 epoch_currecord(epoch_t epoch) in epoch_currecord() 222 epoch_trace_enter(struct thread *td, epoch_t epoch, epoch_tracker_t et, in epoch_trace_enter() 243 epoch_trace_exit(struct thread *td, epoch_t epoch, epoch_tracker_t et, in epoch_trace_exit() 276 epoch_where_report(epoch_t epoch) in epoch_where_report() 340 epoch_ctor(epoch_t epoch) in epoch_ctor() 368 epoch_t epoch; in epoch_alloc() local 415 epoch_free(epoch_t epoch) in epoch_free() [all …]
|
/freebsd-src/sys/contrib/ck/include/ |
H A D | ck_epoch.h | 81 unsigned int epoch; member 89 unsigned int epoch; member 103 unsigned int epoch; member 128 struct ck_epoch *epoch = record->global; in ck_epoch_begin() local 200 struct ck_epoch *epoch = record->global; in ck_epoch_call() local 218 struct ck_epoch *epoch = record->global; in ck_epoch_call_strict() local
|
/freebsd-src/sys/contrib/ck/src/ |
H A D | ck_epoch.c | 191 unsigned int epoch, i; in _ck_epoch_addref() local 323 unsigned int epoch, in ck_epoch_scan() 362 unsigned int epoch = e & (CK_EPOCH_LENGTH - 1); in ck_epoch_dispatch() local 402 unsigned int epoch; in ck_epoch_reclaim() local 429 unsigned int delta, epoch, goal, i; in ck_epoch_synchronize_wait() local 569 unsigned int epoch; in ck_epoch_poll_deferred() local
|
/freebsd-src/sys/sys/ |
H A D | epoch.h | 92 #define epoch_enter_preempt(epoch, et) _epoch_enter_preempt(epoch, et, __FILE__, __LINE__) argument 93 #define epoch_exit_preempt(epoch, et) _epoch_exit_preempt(epoch, et, __FILE__, __LINE__) argument 95 #define epoch_enter_preempt(epoch, et) _epoch_enter_preempt(epoch, et) argument 96 #define epoch_exit_preempt(epoch, et) _epoch_exit_preempt(epoch, et) argument
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_shadow.h | 32 Epoch epoch() const { return static_cast<Epoch>(part_.epoch_); } in epoch() function 34 void SetEpoch(Epoch epoch) { part_.epoch_ = static_cast<u16>(epoch); } in SetEpoch() 81 Epoch epoch() const { return static_cast<Epoch>(part_.epoch_); } in epoch() function 140 static RawShadow FreedInfo(Sid sid, Epoch epoch) { in FreedInfo()
|
H A D | tsan_defs.h | 68 inline Epoch EpochInc(Epoch epoch) { in EpochInc() argument 72 inline bool EpochOverflow(Epoch epoch) { return epoch == kEpochOver; } in EpochOverflow() argument
|
H A D | tsan_rtl.cpp | 135 DoResetImpl(uptr epoch) DoResetImpl() argument 232 DoReset(ThreadState * thr,uptr epoch) DoReset() argument 256 uptr epoch; FindSlotAndLock() local 302 Epoch epoch = EpochInc(slot->epoch()); SlotAttachAndLock() local [all...] |
H A D | tsan_rtl_report.cpp | 356 Epoch epoch, Func f) { in TraceReplay() 432 bool RestoreStack(EventType type, Sid sid, Epoch epoch, uptr addr, uptr size, in RestoreStack()
|
H A D | tsan_rtl.h | 136 Epoch epoch; member 147 Epoch epoch() const { in epoch() function [all...] |
H A D | tsan_trace.h | 159 u64 epoch : kEpochBits; member
|
/freebsd-src/contrib/ntp/libntp/lib/isc/win32/ |
H A D | time.c | 50 static isc_time_t epoch = { { 0, 0 } }; variable 85 SYSTEMTIME epoch = { 1970, 1, 4, 1, 0, 0, 0, 0 }; in isc_time_set() local 229 SYSTEMTIME epoch = { 1970, 1, 4, 1, 0, 0, 0, 0 }; in isc_time_seconds() local
|
/freebsd-src/crypto/heimdal/kdc/ |
H A D | rx.h | 62 uint32_t epoch; member
|
/freebsd-src/crypto/openssl/test/helpers/ |
H A D | ssltestlib.c | 129 int rem, i, content, reclen, msglen, fragoff, fraglen, epoch; in dump_data() local 276 unsigned int epoch; member 360 unsigned int seq, offset, len, epoch; in mempacket_test_read() local 433 unsigned int epoch; in mempacket_swap_epoch() local
|
/freebsd-src/crypto/openssl/ssl/record/ |
H A D | record.h | 67 unsigned long epoch; member 81 unsigned short epoch; member
|
/freebsd-src/contrib/ntp/libntp/lib/isc/unix/ |
H A D | time.c | 113 static isc_time_t epoch = { 0, 0 }; variable
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/ |
H A D | CF.cpp | 31 time_t epoch = GetOSXEpoch(); in CFAbsoluteTimeSummaryProvider() local
|
H A D | Cocoa.cpp | 991 time_t epoch = GetOSXEpoch(); in NSDateSummaryProvider() local 1226 // this call gives the POSIX equivalent of the Cocoa epoch in GetOSXEpoch() local [all...] |
/freebsd-src/contrib/jemalloc/include/jemalloc/internal/ |
H A D | arena_structs_b.h | 40 nstime_t epoch; member
|
H A D | ctl.h | 83 uint64_t epoch; member
|
/freebsd-src/crypto/openssl/test/ |
H A D | dtlstest.c | 197 int epoch = 0; in test_dtls_drop_records() local
|
H A D | bad_dtls_test.c | 280 static unsigned char epoch[2] = { 0x00, 0x01 }; in send_record() local
|
/freebsd-src/sbin/routed/ |
H A D | main.c | 57 struct timeval epoch; /* when started */ variable
|
/freebsd-src/contrib/ntp/ntpd/ |
H A D | refclock_wwv.c | 481 double epoch; /* accumulated epoch differences */ member 972 int epoch; /* comb filter index */ in wwv_rf() local 1304 long epoch; in wwv_qrz() local
|
/freebsd-src/sys/dev/qlnx/qlnxe/ |
H A D | ecore_mcp.h | 393 u32 epoch; member
|
/freebsd-src/contrib/jemalloc/src/ |
H A D | stats.c | 1399 uint64_t epoch; in stats_print() local 1412 epoch = 1; in stats_print() local
|