RT_ASSERT_WLOCK
#define RT_ASSERT_WLOCK() KASSERT(rw_write_held(&rt_lock))
#define RT_ASSERT_WLOCK() do {} while (0)