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

/freebsd-9.3-release/sys/kern/
H A Dsubr_witness.c196 struct lock_object *li_lock; member in struct:lock_instance
1131 if (interlock != NULL && plock->li_lock == interlock) {
1152 w1 = plock->li_lock->lo_witness;
1173 printf(" 1st %s @ %s:%d\n", plock->li_lock->lo_name,
1201 if (interlock != NULL && interlock == lock1->li_lock) {
1210 w1 = lock1->li_lock->lo_witness;
1212 KASSERT((lock1->li_lock->lo_flags & LO_WITNESS) == 0,
1221 if ((lock1->li_lock->lo_flags & LO_SLEEPABLE) != 0 &&
1230 lock1->li_lock == &Giant.lock_object)
1240 (lock1->li_lock
[all...]

Completed in 47 milliseconds