Searched refs:nstime_add (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/jemalloc/include/jemalloc/internal/ |
H A D | mutex.h | 193 nstime_add(&sum->tot_wait_time, &data->tot_wait_time); in malloc_mutex_prof_merge() 271 nstime_add(&data->tot_wait_time, &source->tot_wait_time); in malloc_mutex_prof_accum()
|
H A D | nstime.h | 20 void nstime_add(nstime_t *time, const nstime_t *addend);
|
/freebsd/contrib/jemalloc/src/ |
H A D | nstime.c | 52 nstime_add(nstime_t *time, const nstime_t *addend) { in nstime_add() function
|
H A D | mutex.c | 106 nstime_add(&data->tot_wait_time, &delta); in malloc_mutex_lock_slow()
|
H A D | background_thread.c | 266 nstime_add(&info->tot_sleep_time, &after_sleep); 811 nstime_add(&stats->run_interval, &info->tot_sleep_time);
|
H A D | arena.c | 535 nstime_add(&decay->deadline, &decay->interval); in arena_decay_deadline_init() 541 nstime_add(&decay->deadline, &jitter); in arena_decay_deadline_init() 636 nstime_add(&decay->epoch, &delta); in arena_decay_epoch_advance_helper()
|
/freebsd/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/ |
H A D | private_namespace.h | 259 #define nstime_add JEMALLOC_N(nstime_add) macro
|