Searched refs:KUNIT_ASSERT_NE_MSG (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/gpu/drm/xe/tests/ |
| H A D | xe_guc_db_mgr_test.c | 125 KUNIT_ASSERT_NE_MSG(test, id2 < id1, id2 > id1 + *p - 1, in test_range_overlap() 135 KUNIT_ASSERT_NE_MSG(test, id1 < id2, id1 > id2 + *p - 2, in test_range_overlap() 141 KUNIT_ASSERT_NE_MSG(test, id3 < id2, id3 > id2 + *p - 2, in test_range_overlap()
|
| /linux/include/kunit/ |
| H A D | test.h | 1453 KUNIT_ASSERT_NE_MSG(test, left, right, NULL) 1455 #define KUNIT_ASSERT_NE_MSG(test, left, right, fmt, ...) \ macro
|
| /linux/fs/ext4/ |
| H A D | mballoc-test.c | 457 KUNIT_ASSERT_NE_MSG(test, err, 0, in test_new_blocks_simple()
|
| /linux/mm/kasan/ |
| H A D | kasan_test_c.c | 2163 KUNIT_ASSERT_NE_MSG(test, useraddr, 0, in copy_user_test_oob()
|