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

/freebsd-11.0-release/sys/kern/
H A Dkern_sema.c59 CTR4(KTR_LOCK, "%s(%p, %d, \"%s\")", __func__, sema, value, description);
66 CTR3(KTR_LOCK, "%s(%p) \"%s\"", __func__, sema,
84 CTR6(KTR_LOCK, "%s(%p) \"%s\" v = %d at %s:%d", __func__, sema,
102 CTR6(KTR_LOCK, "%s(%p) \"%s\" v = %d at %s:%d", __func__, sema,
131 CTR6(KTR_LOCK, "%s(%p) \"%s\" v = %d at %s:%d", __func__, sema,
134 CTR5(KTR_LOCK, "%s(%p) \"%s\" fail at %s:%d", __func__, sema,
154 CTR6(KTR_LOCK, "%s(%p) \"%s\" v = %d at %s:%d", __func__, sema,
159 CTR5(KTR_LOCK, "%s(%p) \"%s\" fail at %s:%d", __func__, sema,
H A Dkern_sx.c572 CTR2(KTR_LOCK, "%s: %p recursing", __func__, sx);
577 CTR5(KTR_LOCK, "%s: %s contested (lock=%p) at %s:%d", __func__,
609 CTR3(KTR_LOCK,
632 CTR4(KTR_LOCK,
697 CTR2(KTR_LOCK, "%s: %p claimed by new writer",
716 CTR2(KTR_LOCK, "%s: %p set excl waiters flag",
726 CTR2(KTR_LOCK, "%s: %p blocking on sleep queue",
746 CTR2(KTR_LOCK,
752 CTR2(KTR_LOCK, "%s: %p resuming from sleep queue",
795 CTR2(KTR_LOCK, "
[all...]
H A Dkern_rwlock.c441 CTR4(KTR_LOCK,
468 CTR3(KTR_LOCK,
555 CTR2(KTR_LOCK, "%s: %p set read waiters flag",
564 CTR2(KTR_LOCK, "%s: %p blocking on turnstile", __func__,
575 CTR2(KTR_LOCK, "%s: %p resuming from turnstile",
671 CTR4(KTR_LOCK,
689 CTR2(KTR_LOCK, "%s: %p last succeeded",
731 CTR2(KTR_LOCK, "%s: %p last succeeded with waiters",
800 CTR2(KTR_LOCK, "%s: %p recursing", __func__, rw);
805 CTR5(KTR_LOCK, "
[all...]
H A Dkern_mutex.c471 CTR1(KTR_LOCK, "_mtx_lock_sleep: %p recursing", m);
482 CTR4(KTR_LOCK,
505 CTR3(KTR_LOCK,
659 CTR1(KTR_LOCK, "_mtx_lock_spin: %p spinning", m);
693 CTR1(KTR_LOCK, "_mtx_lock_spin: %p spin done", m);
852 CTR1(KTR_LOCK, "_mtx_unlock_sleep: %p unrecurse", m);
863 CTR1(KTR_LOCK, "_mtx_unlock_sleep: %p contested", m);
H A Dkern_lock.c89 CTR2(KTR_LOCK, (string), (arg1), (arg2))
92 CTR3(KTR_LOCK, (string), (arg1), (arg2), (arg3))
578 CTR3(KTR_LOCK,
617 CTR4(KTR_LOCK,
822 CTR3(KTR_LOCK,
865 CTR4(KTR_LOCK,
H A Dsubr_turnstile.c341 CTR3(KTR_LOCK,
345 CTR4(KTR_LOCK,
745 CTR4(KTR_LOCK, "%s: td %d blocked on [%p] %s", __func__,
754 CTR4(KTR_LOCK, "%s: td %d free from blocked on [%p] %s",
/freebsd-11.0-release/sys/sys/
H A Dktr_class.h46 #define KTR_LOCK 0x00000008 /* MP locking */ macro
H A Dlock.h120 * If any of WITNESS, INVARIANTS, or KTR_LOCK KTR tracing has been enabled,
128 #if defined(KLD_MODULE) || defined(WITNESS) || defined(INVARIANTS) || defined(INVARIANT_SUPPORT) || defined(LOCK_PROFILING) || (defined(KTR) && (KTR_COMPILE & KTR_LOCK))
147 * Macros for KTR_LOCK tracing.
162 CTR6(KTR_LOCK, opname " (%s) %s %p r = %d at %s:%d", \
169 CTR6(KTR_LOCK, "TRY_" opname " (%s) %s %p result=%d at %s:%d",\
176 CTR4(KTR_LOCK, "%s: %p (%s) %s", __func__, (lo), \

Completed in 176 milliseconds