Home
last modified time | relevance | path

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

/linux/drivers/md/dm-vdo/
H A Dthread-registry.c47 VDO_ASSERT_LOG_ONLY(!found_it, "new thread not already in registry"); in vdo_register_thread()
70 VDO_ASSERT_LOG_ONLY(found_it, "thread found in registry"); in vdo_unregister_thread()
H A Dpermassert.h34 #define VDO_ASSERT_LOG_ONLY(expr, ...) __VDO_ASSERT(expr, __VA_ARGS__) macro
H A Dcompletion.c63 VDO_ASSERT_LOG_ONLY(!completion->complete, "completion is not complete"); in assert_incomplete()
H A Dvio.h72 VDO_ASSERT_LOG_ONLY((expected == thread_id), in assert_vio_in_bio_zone()