Searched refs:nstime_ns (Results 1 – 8 of 8) sorted by relevance
131 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);
22 nstime_ns(const nstime_t *time) { in nstime_ns() function
504 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()
2819 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) \
540 nstime_ns(&decay->interval))); in arena_decay_deadline_init()
14 uint64_t nstime_ns(const nstime_t *time);
28 uint64_t next_wakeup = nstime_ns(&info->next_wakeup); in background_thread_wakeup_time_get()
271 #define nstime_ns JEMALLOC_N(nstime_ns) macro