summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_witness.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/kern/subr_witness.c')
-rw-r--r--sys/kern/subr_witness.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/kern/subr_witness.c b/sys/kern/subr_witness.c
index ae54d5a..ecba17f 100644
--- a/sys/kern/subr_witness.c
+++ b/sys/kern/subr_witness.c
@@ -386,6 +386,11 @@ static struct witness_order_list_entry order_lists[] = {
{ "pcicfg", &lock_class_mtx_spin },
{ "NDIS thread lock", &lock_class_mtx_spin },
#endif
+ { "tw_osl_io_lock", &lock_class_mtx_spin },
+ { "tw_osl_q_lock", &lock_class_mtx_spin },
+ { "tw_cl_io_lock", &lock_class_mtx_spin },
+ { "tw_cl_intr_lock", &lock_class_mtx_spin },
+ { "tw_cl_gen_lock", &lock_class_mtx_spin },
{ NULL, NULL },
{ NULL, NULL }
};
OpenPOWER on IntegriCloud