Home
last modified time | relevance | path

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

123

/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
/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/util/perl/TLSProxy/
H A DRecord.pm488 sub epoch subroutine
/freebsd/crypto/openssl/test/helpers/
H A Dssltestlib.c126 int rem, i, content, reclen, msglen, fragoff, fraglen, epoch; in dump_data() local
273 uint16_t epoch; member
357 unsigned int seq, offset, len, epoch; in mempacket_test_read() local
430 unsigned int epoch; in mempacket_swap_epoch() local
/freebsd/crypto/openssl/ssl/record/
H A Drec_layer_d1.c696 uint16_t epoch; in dtls1_get_epoch() local
H A Drecord.h38 uint16_t 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
/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Darena_structs_b.h
H A Dctl.h83 uint64_t epoch; global() member
/freebsd/crypto/openssl/test/
H A Dbad_dtls_test.c280 static unsigned char epoch[2] = { 0x00, 0x01 }; in send_record() local
H A Ddtlstest.c197 int epoch = 0; in test_dtls_drop_records() local
/freebsd/crypto/openssl/ssl/quic/
H A Dquic_tls.c98 int role, int direction, int level, uint16_t epoch, in quic_new_record_layer()
364 size_t *datalen, uint16_t *epoch, in quic_read_record()
/freebsd/sbin/routed/
H A Dmain.c57 struct timeval epoch; /* when started */ variable
/freebsd/crypto/openssl/ssl/record/methods/
H A Drecmethod_local.h75 uint16_t epoch; member
221 uint16_t epoch; member
H A Ddtls_meth.c632 int role, int direction, int level, uint16_t epoch, in dtls_new_record_layer()

123