Home
last modified time | relevance | path

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

/NextBSD/sys/kern/
HDkern_timeout.c201 int *mpcalls, int *lockcalls, int *gcalls,
634 int *mpcalls, int *lockcalls, int *gcalls, in softclock_call_cc() argument
711 (*mpcalls)++; in softclock_call_cc()
854 int depth = 0, gcalls = 0, lockcalls = 0, mpcalls = 0; in softclock() local
863 &mpcalls, &lockcalls, &gcalls, in softclock()
872 avg_mpcalls += (mpcalls * 1000 - avg_mpcalls) >> 8; in softclock()