Searched refs:prof_interval (Results 1 – 7 of 7) sorted by relevance
25 overflow = (a1 >= prof_interval); in prof_accum_add()27 a1 %= prof_interval; in prof_accum_add()35 overflow = (a1 >= prof_interval); in prof_accum_add()37 a1 %= prof_interval; in prof_accum_add()
28 if (likely(prof_interval == 0 || !prof_active_get_unlocked())) { in arena_prof_accum()
38 extern uint64_t prof_interval;
322 #define prof_interval JEMALLOC_N(prof_interval) macro
126 hrtime_t prof_interval; member129 sbintime_t prof_interval; member283 prof->prof_expected += prof->prof_interval; in profile_tick()308 prof->prof_interval = interval; in profile_create()311 prof->prof_interval = nsec_to_sbt(interval); in profile_create()483 when->cyt_interval = prof->prof_interval; in profile_online()509 ASSERT(prof->prof_interval != 0); in profile_enable()516 when.cyt_interval = prof->prof_interval; in profile_enable()558 pcpu->profc_expected = sbinuptime() + prof->prof_interval; in profile_enable_omni()559 pcpu->profc_interval = prof->prof_interval; in profile_enable_omni()[all …]
152 CTL_PROTO(prof_interval)417 {NAME("interval"), CTL(prof_interval)},2763 CTL_RO_NL_CGEN(config_prof, prof_interval, prof_interval, uint64_t) in CTL_RO_NL_CGEN() argument
71 uint64_t prof_interval = 0; variable2945 prof_interval = (((uint64_t)1U) << in prof_boot1()