Searched refs:mpcalls (Results 1 – 1 of 1) sorted by relevance
| /trueos/sys/kern/ |
| HD | kern_timeout.c | 188 int *mpcalls, int *lockcalls, int *gcalls, 597 int *mpcalls, int *lockcalls, int *gcalls, in softclock_call_cc() argument 673 (*mpcalls)++; in softclock_call_cc() 807 int depth = 0, gcalls = 0, lockcalls = 0, mpcalls = 0; in softclock() local 816 &mpcalls, &lockcalls, &gcalls, in softclock() 825 avg_mpcalls += (mpcalls * 1000 - avg_mpcalls) >> 8; in softclock()
|