Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/jemalloc/include/jemalloc/internal/
HDnstime.h26 uint64_t nstime_divide(const nstime_t *time, const nstime_t *divisor);
HDprivate_namespace.h262 #define nstime_divide JEMALLOC_N(nstime_divide) macro
/freebsd-14-stable/contrib/jemalloc/src/
HDnstime.c95 nstime_divide(const nstime_t *time, const nstime_t *divisor) { in nstime_divide() function
HDarena.c630 uint64_t nadvance_u64 = nstime_divide(&delta, &decay->interval); in arena_decay_epoch_advance_helper()