Home
last modified time | relevance | path

Searched refs:w_class (Results 1 – 1 of 1) sorted by relevance

/freebsd-9-stable/sys/kern/
Dsubr_witness.c225 struct lock_class *w_class; member
292 struct lock_class *w_class; member
303 return ((w1->w_class->lc_flags & (LC_SLEEPLOCK | LC_SPINLOCK)) == in witness_lock_type_equal()
304 (w2->w_class->lc_flags & (LC_SLEEPLOCK | LC_SPINLOCK))); in witness_lock_type_equal()
779 w = enroll(order->w_name, order->w_class); in witness_initialize()
784 w1 = enroll(order->w_name, order->w_class); in witness_initialize()
928 w->w_name, w->w_class->lc_name, in witness_ddb_display_descendants()
1005 w->w_class->lc_name, w->w_ddb_level); in witness_ddb_display()
1763 w->w_class = lock_class; in enroll()
1782 if (lock_class != w->w_class) in enroll()
[all …]