Home
last modified time | relevance | path

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

/f-stack/lib/
H A Dff_kern_timeout.c177 int *mpcalls, int *lockcalls, int *gcalls,
385 int *mpcalls, int *lockcalls, int *gcalls, in softclock_call_cc() argument
442 (*gcalls)++; in softclock_call_cc()
565 int depth = 0, gcalls = 0, mpcalls = 0, lockcalls = 0; in softclock() local
593 &mpcalls, &lockcalls, &gcalls, in softclock()
606 avg_gcalls += (gcalls * 1000 - avg_gcalls) >> 8; in softclock()
/f-stack/freebsd/kern/
H A Dkern_timeout.c211 int *mpcalls, int *lockcalls, int *gcalls,
608 int *mpcalls, int *lockcalls, int *gcalls, in softclock_call_cc() argument
671 (*gcalls)++; in softclock_call_cc()
809 int depth = 0, gcalls = 0, lockcalls = 0, mpcalls = 0; in softclock() local
818 &mpcalls, &lockcalls, &gcalls, in softclock()
829 avg_gcalls += (gcalls * 1000 - avg_gcalls) >> 8; in softclock()