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

/freebsd-11.0-release/sys/sys/
H A Dktr_class.h68 #define KTR_CALLOUT 0x02000000 /* Callouts and timeouts */ macro
/freebsd-11.0-release/sys/kern/
H A Dkern_timeout.c606 CTR3(KTR_CALLOUT, "precision set for %p: %d.%08x",
706 CTR3(KTR_CALLOUT, "callout giant %p func %p arg %p",
712 CTR3(KTR_CALLOUT, "callout lock %p func %p arg %p",
719 CTR3(KTR_CALLOUT, "callout %p func %p arg %p",
747 CTR1(KTR_CALLOUT, "callout %p finished", c);
805 CTR3(KTR_CALLOUT,
1058 CTR4(KTR_CALLOUT, "%s %p func %p arg %p",
1128 CTR6(KTR_CALLOUT,
1140 CTR6(KTR_CALLOUT, "%sscheduled %p func %p arg %p in %d.%08x",
1318 CTR3(KTR_CALLOUT, "cancelle
[all...]

Completed in 145 milliseconds