Lines Matching defs:interlock
230 * (for example, "vnode interlock").
764 struct lock_object *interlock)
856 /* Warn if the interlock is not locked exactly once. */
857 if (interlock != NULL) {
858 iclass = LOCK_CLASS(interlock);
859 lock1 = find_instance(lock_list, interlock);
861 panic("interlock (%s) %s not locked",
862 iclass->lc_name, interlock->lo_name);
864 panic("interlock (%s) %s recursed",
865 iclass->lc_name, interlock->lo_name);
872 if (interlock != NULL && plock->li_lock == interlock) {
880 * The interlock is the only lock we hold, so
942 * Ignore the interlock.
944 if (interlock == lock1->li_lock)