Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/cddl/dev/profile/
Dprofile.c167 hrtime_t profc_expected; member
303 late = sbt_to_nsec(sbinuptime() - pcpu->profc_expected); in profile_fire()
306 pcpu->profc_expected += pcpu->profc_interval; in profile_fire()
308 pcpu->profc_expected, 0, C_DIRECT_EXEC | C_ABSOLUTE); in profile_fire()
520 pcpu->profc_expected = when->cyt_when; in profile_online()
592 pcpu->profc_expected = sbinuptime() + prof->prof_interval; in profile_enable_omni()
596 pcpu->profc_expected, 0, profile_fire, pcpu, in profile_enable_omni()