Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/kern/
Dkern_timeout.c211 int *mpcalls, int *lockcalls, int *gcalls,
645 int *mpcalls, int *lockcalls, int *gcalls, in softclock_call_cc() argument
722 (*mpcalls)++; in softclock_call_cc()
863 int depth = 0, gcalls = 0, lockcalls = 0, mpcalls = 0; in softclock() local
872 &mpcalls, &lockcalls, &gcalls, in softclock()
881 avg_mpcalls += (mpcalls * 1000 - avg_mpcalls) >> 8; in softclock()