Searched refs:lockcalls (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 709 (*lockcalls)++; 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() 873 avg_lockcalls += (lockcalls * 1000 - avg_lockcalls) >> 8; in softclock_thread()
|