Home
last modified time | relevance | path

Searched refs:KUNIT_INIT_ASSERT_STRUCT (Results 1 - 1 of 1) sorted by relevance

/kernel/linux/linux-5.10/include/kunit/
H A Dassert.h62 * KUNIT_INIT_ASSERT_STRUCT() - Initializer for a &struct kunit_assert.
69 #define KUNIT_INIT_ASSERT_STRUCT(kunit, assert_type, fmt) { \ macro
106 .assert = KUNIT_INIT_ASSERT_STRUCT(test, \
141 .assert = KUNIT_INIT_ASSERT_STRUCT(test, \
179 .assert = KUNIT_INIT_ASSERT_STRUCT(test, \
233 .assert = KUNIT_INIT_ASSERT_STRUCT(test, \
290 .assert = KUNIT_INIT_ASSERT_STRUCT(test, \
347 .assert = KUNIT_INIT_ASSERT_STRUCT(test, \

Completed in 1 milliseconds