/freebsd/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/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/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/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/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() 72 inline bool EpochOverflow(Epoch epoch) { return epoch == kEpochOver; } in EpochOverflow()
|
H A D | tsan_rtl.cpp | 136 static void DoResetImpl(uptr epoch) { in DoResetImpl() 233 void DoReset(ThreadState* thr, uptr epoch) SANITIZER_NO_THREAD_SAFETY_ANALYSIS { in DoReset() 257 uptr epoch; in FindSlotAndLock() local 303 Epoch epoch = EpochInc(slot->epoch()); in SlotAttachAndLock() local
|
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
|
H A D | tsan_trace.h | 159 u64 epoch : kEpochBits; member
|
/freebsd/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/crypto/heimdal/kdc/ |
H A D | rx.h | 62 uint32_t epoch; member
|
/freebsd/crypto/openssl/test/helpers/ |
H A D | ssltestlib.c | 120 int rem, i, content, reclen, msglen, fragoff, fraglen, epoch; dump_data() local 267 unsigned int epoch; global() member 351 unsigned int seq, offset, len, epoch; mempacket_test_read() local 424 unsigned int epoch; mempacket_swap_epoch() local [all...] |
/freebsd/crypto/openssl/ssl/record/ |
H A D | record.h | 67 unsigned long epoch; member 81 unsigned short epoch; member
|
/freebsd/contrib/ntp/libntp/lib/isc/unix/ |
H A D | time.c | 113 static isc_time_t epoch = { 0, 0 }; variable
|
/freebsd/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 1228 static time_t epoch = 0; in GetOSXEpoch() local
|
/freebsd/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/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/sbin/routed/ |
H A D | main.c | 57 struct timeval epoch; /* when started */ variable
|
/freebsd/contrib/ntp/ntpd/ |
H A D | refclock_wwv.c | 481 double epoch; /* accumulated epoch differences */ member 972 int epoch; /* comb filter index */ wwv_rf() local 1304 long epoch; wwv_qrz() local [all...] |
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | ecore_mcp.h | 393 u32 epoch; member
|
/freebsd/contrib/jemalloc/src/ |
H A D | stats.c | 1399 uint64_t epoch; in stats_print() local 1412 epoch = 1; in stats_print() local
|