Searched refs:mpcalls (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/kern/ |
H A D | kern_timeout.c | 210 int *mpcalls, int *lockcalls, int *gcalls, 627 int *mpcalls, int *lockcalls, int *gcalls, in softclock_call_cc() argument 717 (*mpcalls)++; in softclock_call_cc() 836 int depth, gcalls, lockcalls, mpcalls; in softclock_thread() local 857 depth = gcalls = lockcalls = mpcalls = 0; in softclock_thread() 863 &mpcalls, &lockcalls, &gcalls, in softclock_thread() 872 avg_mpcalls += (mpcalls * 1000 - avg_mpcalls) >> 8; in softclock_thread()
|