Home
last modified time | relevance | path

Searched refs:KTR_CALLOUT (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/sys/kern/
Dkern_timeout.c611 CTR3(KTR_CALLOUT, "precision set for %p: %d.%08x", in callout_cc_add()
711 CTR3(KTR_CALLOUT, "callout giant %p func %p arg %p", in softclock_call_cc()
717 CTR3(KTR_CALLOUT, "callout lock %p func %p arg %p", in softclock_call_cc()
724 CTR3(KTR_CALLOUT, "callout %p func %p arg %p", in softclock_call_cc()
752 CTR1(KTR_CALLOUT, "callout %p finished", c); in softclock_call_cc()
808 CTR3(KTR_CALLOUT, in softclock_call_cc()
1074 CTR4(KTR_CALLOUT, "%s %p func %p arg %p",
1144 CTR6(KTR_CALLOUT,
1156 CTR6(KTR_CALLOUT, "%sscheduled %p func %p arg %p in %d.%08x",
1341 CTR3(KTR_CALLOUT, "cancelled %p func %p arg %p",
[all …]
/freebsd-12-stable/sys/sys/
Dktr_class.h70 #define KTR_CALLOUT 0x02000000 /* Callouts and timeouts */ macro
/freebsd-12-stable/sys/mips/conf/
Dstd.XLP54 #options KTR_COMPILE=(KTR_LOCK|KTR_PROC|KTR_INTR|KTR_CALLOUT|KTR_UMA|KTR_SYSC)