Home
last modified time | relevance | path

Searched refs:nstime_subtract (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dnstime.h22 void nstime_subtract(nstime_t *time, const nstime_t *subtrahend);
H A Dprivate_namespace.h274 #define nstime_subtract JEMALLOC_N(nstime_subtract) macro
/freebsd/contrib/jemalloc/src/
H A Dnstime.c66 nstime_subtract(nstime_t *time, const nstime_t *subtrahend) { in nstime_subtract() function
H A Dmutex.c103 nstime_subtract(&delta, &before); in malloc_mutex_lock_slow()
H A Dbackground_thread.c265 nstime_subtract(&after_sleep, &before_sleep);
691 nstime_subtract(&diff, &decay->epoch);
H A Darena.c245 nstime_subtract(&astats->uptime, &arena->create_time); in arena_stats_merge()
628 nstime_subtract(&delta, &decay->epoch); in arena_decay_epoch_advance_helper()