Home
last modified time | relevance | path

Searched defs:epoch (Results 1 – 25 of 44) sorted by relevance

12

/freebsd/sys/kern/
H A Dsubr_epoch.c80 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 Dck_epoch.h81 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 Dck_epoch.c191 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 Depoch.h92 #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 Dtsan_shadow.h32 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 Dtsan_defs.h68 inline Epoch EpochInc(Epoch epoch) { in EpochInc()
72 inline bool EpochOverflow(Epoch epoch) { return epoch == kEpochOver; } in EpochOverflow()
H A Dtsan_rtl.cpp136 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 Dtsan_rtl_report.cpp356 Epoch epoch, Func f) { in TraceReplay()
432 bool RestoreStack(EventType type, Sid sid, Epoch epoch, uptr addr, uptr size, in RestoreStack()
H A Dtsan_rtl.h136 Epoch epoch; member
147 Epoch epoch() const { in epoch() function
H A Dtsan_trace.h159 u64 epoch : kEpochBits; member
/freebsd/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 }; 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 Drx.h62 uint32_t epoch; member
/freebsd/crypto/openssl/test/helpers/
H A Dssltestlib.c120 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 Drecord.h67 unsigned long epoch; member
81 unsigned short epoch; member
/freebsd/contrib/ntp/libntp/lib/isc/unix/
H A Dtime.c113 static isc_time_t epoch = { 0, 0 }; variable
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DCF.cpp31 time_t epoch = GetOSXEpoch(); in CFAbsoluteTimeSummaryProvider() local
H A DCocoa.cpp991 time_t epoch = GetOSXEpoch(); in NSDateSummaryProvider() local
1228 static time_t epoch = 0; in GetOSXEpoch() local
/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Darena_structs_b.h40 nstime_t epoch; member
H A Dctl.h83 uint64_t epoch; member
/freebsd/crypto/openssl/test/
H A Ddtlstest.c197 int epoch = 0; in test_dtls_drop_records() local
H A Dbad_dtls_test.c280 static unsigned char epoch[2] = { 0x00, 0x01 }; in send_record() local
/freebsd/sbin/routed/
H A Dmain.c57 struct timeval epoch; /* when started */ variable
/freebsd/contrib/ntp/ntpd/
H A Drefclock_wwv.c481 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 Decore_mcp.h393 u32 epoch; member
/freebsd/contrib/jemalloc/src/
H A Dstats.c1399 uint64_t epoch; in stats_print() local
1412 epoch = 1; in stats_print() local

12