Lines Matching defs:w2
311 witness_lock_type_equal(struct witness *w1, struct witness *w2)
315 (w2->w_class->lc_flags & (LC_SLEEPLOCK | LC_SPINLOCK)));
326 static int _isitmyx(struct witness *w1, struct witness *w2, int rmask,
1625 * expected relationship of w1 to w2.
1628 _isitmyx(struct witness *w1, struct witness *w2, int rmask, const char *fname)
1634 i2 = w2->w_index;
1649 fname, w1->w_type->lt_name, i1, w2->w_type->lt_name,
2183 struct witness *w1, *w2;
2235 w2 = &w_data[j];
2241 w2->w_type->lt_name, w2->w_class->lc_name);
2242 witness_print_cycle(db_printf, w1, w2);