Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Dprof_inlines_a.h24 overflow = (a1 >= prof_interval); in prof_accum_add()
26 a1 %= prof_interval; in prof_accum_add()
34 overflow = (a1 >= prof_interval); in prof_accum_add()
36 a1 %= prof_interval; in prof_accum_add()
H A Darena_inlines_a.h28 if (likely(prof_interval == 0 || !prof_active_get_unlocked())) { in arena_prof_accum()
H A Dprof_externs.h37 extern uint64_t prof_interval;
/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Dctl.c148 CTL_PROTO(prof_interval)
387 {NAME("interval"), CTL(prof_interval)},
2633 CTL_RO_NL_CGEN(config_prof, prof_interval, prof_interval, uint64_t) in CTL_RO_NL_CGEN() argument
H A Dprof.c69 uint64_t prof_interval = 0; variable
2285 prof_interval = (((uint64_t)1U) << in prof_boot1()