Symbol: KUNIT_EXPECT_TRUE_MSG
drivers/gpu/drm/tests/drm_plane_helper_test.c
107
KUNIT_EXPECT_TRUE_MSG(test, drm_rect_equals(&plane_state->dst, &expected),
drivers/gpu/drm/tests/drm_plane_helper_test.c
96
KUNIT_EXPECT_TRUE_MSG(test, drm_rect_equals(&plane_state->src, &expected),
drivers/gpu/drm/tests/drm_rect_test.c
115
KUNIT_EXPECT_TRUE_MSG(test, visible, "Destination should be visible\n");
drivers/gpu/drm/tests/drm_rect_test.c
116
KUNIT_EXPECT_TRUE_MSG(test, drm_rect_visible(&src), "Source should be visible\n");
drivers/gpu/drm/tests/drm_rect_test.c
129
KUNIT_EXPECT_TRUE_MSG(test, visible, "Destination should be visible\n");
drivers/gpu/drm/tests/drm_rect_test.c
130
KUNIT_EXPECT_TRUE_MSG(test, drm_rect_visible(&src), "Source should be visible\n");
drivers/gpu/drm/tests/drm_rect_test.c
143
KUNIT_EXPECT_TRUE_MSG(test, visible, "Destination should be visible\n");
drivers/gpu/drm/tests/drm_rect_test.c
144
KUNIT_EXPECT_TRUE_MSG(test, drm_rect_visible(&src), "Source should be visible\n");
drivers/gpu/drm/tests/drm_rect_test.c
157
KUNIT_EXPECT_TRUE_MSG(test, visible, "Destination should be visible\n");
drivers/gpu/drm/tests/drm_rect_test.c
158
KUNIT_EXPECT_TRUE_MSG(test, drm_rect_visible(&src), "Source should be visible\n");
drivers/gpu/drm/tests/drm_rect_test.c
171
KUNIT_EXPECT_TRUE_MSG(test, visible, "Destination should be visible\n");
drivers/gpu/drm/tests/drm_rect_test.c
172
KUNIT_EXPECT_TRUE_MSG(test, drm_rect_visible(&src), "Source should be visible\n");
drivers/gpu/drm/tests/drm_rect_test.c
185
KUNIT_EXPECT_TRUE_MSG(test, visible, "Destination should be visible\n");
drivers/gpu/drm/tests/drm_rect_test.c
186
KUNIT_EXPECT_TRUE_MSG(test, drm_rect_visible(&src), "Source should be visible\n");
drivers/gpu/drm/tests/drm_rect_test.c
67
KUNIT_EXPECT_TRUE_MSG(test, visible, "Destination should be visible\n");
drivers/gpu/drm/tests/drm_rect_test.c
68
KUNIT_EXPECT_TRUE_MSG(test, drm_rect_visible(&src), "Source should be visible\n");
drivers/gpu/drm/tests/drm_rect_test.c
81
KUNIT_EXPECT_TRUE_MSG(test, visible, "Destination should be visible\n");
drivers/gpu/drm/tests/drm_rect_test.c
82
KUNIT_EXPECT_TRUE_MSG(test, drm_rect_visible(&src), "Source should be visible\n");
drivers/gpu/drm/tests/drm_rect_test.c
95
KUNIT_EXPECT_TRUE_MSG(test, visible, "Destination should be visible\n");
drivers/gpu/drm/tests/drm_rect_test.c
96
KUNIT_EXPECT_TRUE_MSG(test, drm_rect_visible(&src), "Source should be visible\n");
drivers/gpu/drm/xe/tests/xe_guc_buf_kunit.c
123
KUNIT_EXPECT_TRUE_MSG(test, xe_guc_buf_is_valid(bufs[n]), "n=%d", n);
drivers/gpu/drm/xe/tests/xe_mocs.c
85
KUNIT_EXPECT_TRUE_MSG(test, info->unused_entries_index,
fs/unicode/tests/utf8_kunit.c
169
KUNIT_EXPECT_TRUE_MSG(test, ret >= 0, "Can't create cursor\n");
fs/unicode/tests/utf8_kunit.c
201
KUNIT_EXPECT_TRUE_MSG(test, ret >= 0, "Can't create cursor\n");
fs/unicode/tests/utf8_kunit.c
226
KUNIT_EXPECT_TRUE_MSG(test, utf8_strncmp(um, &s1, &s2) == 0,
fs/unicode/tests/utf8_kunit.c
237
KUNIT_EXPECT_TRUE_MSG(test, utf8_strncasecmp(um, &s1, &s2) == 0,
include/kunit/test.h
993
KUNIT_EXPECT_TRUE_MSG(test, condition, NULL)
lib/tests/cpumask_kunit.c
64
KUNIT_EXPECT_TRUE_MSG(test, cpumask_empty(&mask_empty), MASK_MSG(&mask_empty));
lib/tests/cpumask_kunit.c
65
KUNIT_EXPECT_TRUE_MSG(test, cpumask_full(&mask_all), MASK_MSG(&mask_all));
lib/tests/fortify_kunit.c
159
KUNIT_EXPECT_TRUE_MSG(test, p != NULL, #alloc " failed?!\n"); \
lib/tests/fortify_kunit.c
169
KUNIT_EXPECT_TRUE_MSG(test, p != NULL, #alloc " failed?!\n"); \
lib/tests/list-test.c
271
KUNIT_EXPECT_TRUE_MSG(test, list_is_head(&a, &a),
lib/tests/list-test.c
570
KUNIT_EXPECT_TRUE_MSG(test,
lib/tests/overflow_kunit.c
274
KUNIT_EXPECT_TRUE_MSG(test, _r == r, \
lib/tests/overflow_kunit.c
311
KUNIT_EXPECT_TRUE_MSG(test, _r == _a_sym, \
lib/tests/overflow_kunit.c
314
KUNIT_EXPECT_TRUE_MSG(test, _a == _a_sym, \