Home
last modified time | relevance | path

Searched refs:nstime_ns (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/jemalloc/src/
H A Dbackground_thread.c131 uint64_t decay_interval_ns = nstime_ns(&decay->interval);
242 assert(nstime_ns(&next_wakeup) <
245 nstime_ns(&next_wakeup));
683 uint64_t decay_interval_ns = nstime_ns(&decay->interval);
692 if (nstime_ns(&diff) < BACKGROUND_THREAD_MIN_INTERVAL_NS) {
697 size_t n_epoch = (size_t)(nstime_ns(&diff) / decay_interval_ns);
H A Dnstime.c22 nstime_ns(const nstime_t *time) { in nstime_ns() function
H A Dprof.c504 new_node->alloc_time_ns = nstime_ns(&alloc_time); in prof_try_log()
505 new_node->free_time_ns = nstime_ns(&free_time); in prof_try_log()
2678 uint64_t ns = nstime_ns(&now) - nstime_ns(&log_start_timestamp); in prof_log_emit_metadata()
H A Dctl.c2819 nstime_ns(&ctl_stats->background_thread.run_interval), uint64_t)
2828 nstime_ns(&arenas_i(mib[2])->astats->astats.uptime), uint64_t)
2928 nstime_ns(&l.tot_wait_time), uint64_t) \
2930 nstime_ns(&l.max_wait_time), uint64_t) \
H A Darena.c540 nstime_ns(&decay->interval))); in arena_decay_deadline_init()
/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dnstime.h14 uint64_t nstime_ns(const nstime_t *time);
H A Dbackground_thread_inlines.h28 uint64_t next_wakeup = nstime_ns(&info->next_wakeup); in background_thread_wakeup_time_get()
/freebsd/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.h271 #define nstime_ns JEMALLOC_N(nstime_ns) macro