Home
last modified time | relevance | path

Searched refs:KUNIT_ASSERT_NE_MSG (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/drivers/gpu/drm/xe/tests/
H A Dxe_guc_db_mgr_test.c125 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()
H A Dxe_mocs.c92 KUNIT_ASSERT_NE_MSG(test, fw_ref, 0, "Forcewake Failed.\n"); in read_mocs_table()
H A Dxe_guc_buf_kunit.c147 KUNIT_ASSERT_NE_MSG(test, xe_guc_buf_gpu_addr(bufs[n]), in test_unique()
/linux-6.15/lib/tests/
H A Dusercopy_kunit.c309 KUNIT_ASSERT_NE_MSG(test, user_addr, 0, in usercopy_test_init()
/linux-6.15/include/kunit/
H A Dtest.h1387 KUNIT_ASSERT_NE_MSG(test, left, right, NULL)
1389 #define KUNIT_ASSERT_NE_MSG(test, left, right, fmt, ...) \ macro
/linux-6.15/fs/ext4/
H A Dmballoc-test.c452 KUNIT_ASSERT_NE_MSG(test, err, 0, in test_new_blocks_simple()
/linux-6.15/mm/kasan/
H A Dkasan_test_c.c2029 KUNIT_ASSERT_NE_MSG(test, useraddr, 0, in copy_user_test_oob()