Searched refs:prof_interval (Results 1 – 7 of 7) sorted by relevance
24 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()
28 if (likely(prof_interval == 0 || !prof_active_get_unlocked())) { in arena_prof_accum()
37 extern uint64_t prof_interval;
304 #define prof_interval JEMALLOC_N(prof_interval) macro
299 #define prof_interval JEMALLOC_N(prof_interval) macro
148 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
69 uint64_t prof_interval = 0; variable2285 prof_interval = (((uint64_t)1U) << in prof_boot1()