Home
last modified time | relevance | path

Searched refs:nstime_divide (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/jemalloc/include/jemalloc/internal/
Dnstime.h26 uint64_t nstime_divide(const nstime_t *time, const nstime_t *divisor);
Dprivate_namespace.h238 #define nstime_divide JEMALLOC_N(nstime_divide) macro
/freebsd-12-stable/contrib/jemalloc/src/
Dnstime.c95 nstime_divide(const nstime_t *time, const nstime_t *divisor) { in nstime_divide() function
Darena.c530 uint64_t nadvance_u64 = nstime_divide(&delta, &decay->interval); in arena_decay_epoch_advance_helper()