Searched refs:KTR_CALLOUT (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/kern/ |
H A D | kern_timeout.c | 604 CTR3(KTR_CALLOUT, "precision set for %p: %d.%08x", in callout_cc_add() 705 CTR3(KTR_CALLOUT, "callout giant %p func %p arg %p", in softclock_call_cc() 711 CTR3(KTR_CALLOUT, "callout lock %p func %p arg %p", in softclock_call_cc() 719 CTR3(KTR_CALLOUT, "callout %p func %p arg %p", in softclock_call_cc() 747 CTR1(KTR_CALLOUT, "callout %p finished", c); in softclock_call_cc() 794 CTR3(KTR_CALLOUT, in softclock_call_cc() 982 CTR4(KTR_CALLOUT, "%s %p func %p arg %p", in callout_reset_sbt_on() 1052 CTR6(KTR_CALLOUT, in callout_reset_sbt_on() 1064 CTR6(KTR_CALLOUT, "%sscheduled %p func %p arg %p in %d.%08x", in callout_reset_sbt_on() 1244 CTR3(KTR_CALLOUT, "cancelled %p func %p arg %p", in _callout_stop_safe() [all …]
|
/freebsd/sys/sys/ |
H A D | ktr_class.h | 69 #define KTR_CALLOUT 0x02000000 /* Callouts and timeouts */ macro
|