Home
last modified time | relevance | path

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

12

/f-stack/freebsd/kern/
H A Dsubr_epoch.c81 struct epoch { struct
97 SYSCTL_NODE(_kern, OID_AUTO, epoch, CTLFLAG_RW | CTLFLAG_MPSAFE, 0, argument
309 epoch_ctor(epoch_t epoch) in epoch_ctor()
337 epoch_t epoch; in epoch_alloc() local
384 epoch_free(epoch_t epoch) in epoch_free()
469 epoch_enter(epoch_t epoch) in epoch_enter()
521 epoch_exit(epoch_t epoch) in epoch_exit()
742 epoch_wait(epoch_t epoch) in epoch_wait()
786 epoch_t epoch; in epoch_call_task() local
915 in_epoch(epoch_t epoch) in in_epoch()
[all …]
/f-stack/lib/
H A Dff_subr_epoch.c44 struct epoch { struct
50 _epoch_enter_preempt(epoch_t epoch, epoch_tracker_t et EPOCH_FILE_LINE) in _epoch_enter_preempt()
56 _epoch_exit_preempt(epoch_t epoch, epoch_tracker_t et EPOCH_FILE_LINE) in _epoch_exit_preempt()
62 epoch_wait_preempt(epoch_t epoch) in epoch_wait_preempt()
68 epoch_call(epoch_t epoch, epoch_callback_t callback, epoch_context_t ctx) in epoch_call()
80 epoch_drain_callbacks(epoch_t epoch) in epoch_drain_callbacks()
/f-stack/freebsd/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
/f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/
H A Dstats.c30 uint64_t epoch; in TEST_BEGIN() local
70 uint64_t epoch; in TEST_BEGIN() local
146 uint64_t epoch, nmalloc, ndalloc, nrequests; in TEST_BEGIN() local
191 uint64_t epoch, nmalloc, ndalloc; in TEST_BEGIN() local
231 uint64_t epoch, nmalloc, ndalloc, nrequests, nfills, nflushes; in TEST_BEGIN() local
319 uint64_t epoch, nmalloc, ndalloc; in TEST_BEGIN() local
H A Dretained.c10 static atomic_u_t epoch; variable
38 uint64_t epoch = 1; in do_refresh() local
H A Dmallctl.c6 uint64_t epoch; in TEST_BEGIN() local
43 uint64_t epoch; in TEST_BEGIN() local
H A Darena_reset.c202 uint64_t epoch = 1; in arena_i_initialized() local
H A Ddecay.c77 uint64_t epoch = 1; in do_epoch() local
/f-stack/freebsd/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
/f-stack/tools/compat/include/sys/
H A Depoch.h88 #define epoch_enter_preempt(epoch, et) _epoch_enter_preempt(epoch, et, __FILE__, __LINE__) argument
89 #define epoch_exit_preempt(epoch, et) _epoch_exit_preempt(epoch, et, __FILE__, __LINE__) argument
91 #define epoch_enter_preempt(epoch, et) _epoch_enter_preempt(epoch, et) argument
92 #define epoch_exit_preempt(epoch, et) _epoch_exit_preempt(epoch, et) argument
/f-stack/freebsd/sys/
H A Depoch.h88 #define epoch_enter_preempt(epoch, et) _epoch_enter_preempt(epoch, et, __FILE__, __LINE__) argument
89 #define epoch_exit_preempt(epoch, et) _epoch_exit_preempt(epoch, et, __FILE__, __LINE__) argument
91 #define epoch_enter_preempt(epoch, et) _epoch_enter_preempt(epoch, et) argument
92 #define epoch_exit_preempt(epoch, et) _epoch_exit_preempt(epoch, et) argument
/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Darena_structs_b.h40 nstime_t epoch; member
H A Dctl.h80 uint64_t epoch; member
/f-stack/dpdk/lib/librte_eal/common/
H A Deal_common_trace_utils.c271 struct timespec epoch = { 0, 0 }; in trace_epoch_time_save() local
/f-stack/app/redis-5.0.5/src/
H A Dzmalloc.c308 uint64_t epoch = 1; in zmalloc_get_allocator_info() local
H A Dcluster.c4713 long long epoch; in clusterCommand() local
/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Dstats.c1228 uint64_t epoch; in stats_print() local
1241 epoch = 1; in stats_print() local
/f-stack/dpdk/drivers/net/qede/base/
H A Decore_mcp.h348 u32 epoch; member
H A Decore_dev_api.h263 u32 epoch; member
H A Decore_mcp_api.h1241 u32 epoch; member
/f-stack/freebsd/contrib/zstd/lib/dictBuilder/
H A Dfastcover.c405 size_t epoch; in FASTCOVER_buildDictionary() local
H A Dcover.c686 size_t epoch; in COVER_buildDictionary() local
/f-stack/freebsd/netinet/
H A Dtcp_log_buf.h82 uint32_t epoch; member
/f-stack/freebsd/arm64/arm64/
H A Dpmap.c358 #define COOKIE_FROM(asid, epoch) ((long)((u_int)(asid) | \ argument
6498 int asid, cpuid, epoch; in pmap_reset_asid_set() local
6608 int epoch; in pmap_activate_int() local
/f-stack/freebsd/netinet/tcp_stacks/
H A Dbbr.c11022 bbr_state_startup(struct tcp_bbr *bbr, uint32_t cts, int32_t epoch, int32_t pkt_epoch) in bbr_state_startup()
11162 bbr_state_change(struct tcp_bbr *bbr, uint32_t cts, int32_t epoch, int32_t pkt_epoch, uint32_t loss… in bbr_state_change()
11382 int32_t epoch = 0; in bbr_check_bbr_for_state() local

12