Searched refs:lockcalls (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/sys/kern/
H A Dkern_timeout.c192 int *mpcalls, int *lockcalls, int *gcalls,
601 int *mpcalls, int *lockcalls, int *gcalls,
670 (*lockcalls)++;
811 int depth = 0, gcalls = 0, lockcalls = 0, mpcalls = 0; local
820 &mpcalls, &lockcalls, &gcalls,
830 avg_lockcalls += (lockcalls * 1000 - avg_lockcalls) >> 8;
599 softclock_call_cc(struct callout *c, struct callout_cpu *cc, int *mpcalls, int *lockcalls, int *gcalls, int direct) argument

Completed in 181 milliseconds