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

/freebsd-13-stable/contrib/jemalloc/include/jemalloc/internal/
H A Dprof_inlines_a.h16 * enough), extreme overflow here (a1 >= prof_interval * 2) can cause
25 overflow = (a1 >= prof_interval);
27 a1 %= prof_interval;
35 overflow = (a1 >= prof_interval);
37 a1 %= prof_interval;
H A Darena_inlines_a.h28 if (likely(prof_interval == 0 || !prof_active_get_unlocked())) {
H A Dprof_externs.h12 extern ssize_t opt_lg_prof_interval; /* lg(prof_interval). */
34 * interval between profile dumps averages prof_interval, though the actual
36 * maximum of approximately (prof_interval * narenas).
38 extern uint64_t prof_interval;
H A Dprivate_namespace.h322 #define prof_interval JEMALLOC_N(prof_interval) macro
/freebsd-13-stable/sys/cddl/dev/profile/
H A Dprofile.c156 hrtime_t prof_interval; member in struct:profile_probe
159 sbintime_t prof_interval; member in struct:profile_probe
318 prof->prof_expected += prof->prof_interval;
343 prof->prof_interval = interval;
346 prof->prof_interval = nsec_to_sbt(interval);
518 when->cyt_interval = prof->prof_interval;
544 ASSERT(prof->prof_interval != 0);
551 when.cyt_interval = prof->prof_interval;
593 pcpu->profc_expected = sbinuptime() + prof->prof_interval;
594 pcpu->profc_interval = prof->prof_interval;
[all...]
/freebsd-13-stable/contrib/jemalloc/src/
H A Dctl.c152 CTL_PROTO(prof_interval)
417 {NAME("interval"), CTL(prof_interval)},
2763 CTL_RO_NL_CGEN(config_prof, prof_interval, prof_interval, uint64_t)
H A Dprof.c71 uint64_t prof_interval = 0; variable
2945 prof_interval = (((uint64_t)1U) <<

Completed in 123 milliseconds