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

/freebsd-11-stable/sys/kern/
H A Dkern_timeout.c207 int *mpcalls, int *lockcalls, int *gcalls,
640 int *mpcalls, int *lockcalls, int *gcalls,
710 (*lockcalls)++;
858 int depth = 0, gcalls = 0, lockcalls = 0, mpcalls = 0; local
867 &mpcalls, &lockcalls, &gcalls,
877 avg_lockcalls += (lockcalls * 1000 - avg_lockcalls) >> 8;
638 softclock_call_cc(struct callout *c, struct callout_cpu *cc, int *mpcalls, int *lockcalls, int *gcalls, int direct) argument

Completed in 62 milliseconds