Searched refs:gcalls (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 703 (*gcalls)++; 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() 874 avg_gcalls += (gcalls * 1000 - avg_gcalls) >> 8; in softclock_thread()
|