Home
last modified time | relevance | path

Searched refs:nstime_idivide (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dnstime.h25 void nstime_idivide(nstime_t *time, uint64_t divisor);
/freebsd/contrib/jemalloc/src/
H A Dnstime.c88 nstime_idivide(nstime_t *time, uint64_t divisor) { in nstime_idivide() function
H A Dbackground_thread.c817 nstime_idivide(&stats->run_interval, num_runs);
H A Darena.c668 nstime_idivide(&decay->interval, SMOOTHSTEP_NSTEPS); in arena_decay_reinit()
/freebsd/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.h264 #define nstime_idivide JEMALLOC_N(nstime_idivide) macro