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

/freebsd-11-stable/sys/kern/
H A Dkern_clocksource.c120 sbintime_t nextprof; /* Next profclock() event. */ member in struct:pcpu_state
199 while (now >= state->nextprof) {
200 state->nextprof += profperiod;
208 state->nextprof = state->nextstat;
256 if (profiling && event > state->nextprof)
257 event = state->nextprof;
516 state->nextprof = next;
976 (uintmax_t)st->nextprof,
977 (uintmax_t)(st->nextprof - st->now) / tick_sbt,

Completed in 51 milliseconds