Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/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;
H A Dprivate_namespace.h297 #define prof_interval JEMALLOC_N(prof_interval) macro
/freebsd-12.1/sys/cddl/dev/profile/
H A Dprofile.c156 hrtime_t prof_interval; member
159 sbintime_t prof_interval; member
317 prof->prof_expected += prof->prof_interval; in profile_tick()
342 prof->prof_interval = interval; in profile_create()
345 prof->prof_interval = nsec_to_sbt(interval); in profile_create()
517 when->cyt_interval = prof->prof_interval; in profile_online()
543 ASSERT(prof->prof_interval != 0); in profile_enable()
550 when.cyt_interval = prof->prof_interval; in profile_enable()
592 pcpu->profc_expected = sbinuptime() + prof->prof_interval; in profile_enable_omni()
593 pcpu->profc_interval = prof->prof_interval; in profile_enable_omni()
[all …]
/freebsd-12.1/contrib/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()