Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/gpu/drm/tests/
H A Ddrm_buddy_test.c345 KUNIT_ASSERT_FALSE_MSG(test, drm_buddy_init(&mm, mm_size, PAGE_SIZE), in drm_test_buddy_alloc_pathological()
360 KUNIT_ASSERT_FALSE_MSG(test, drm_buddy_alloc_blocks(&mm, start, in drm_test_buddy_alloc_pathological()
374 KUNIT_ASSERT_FALSE_MSG(test, drm_buddy_alloc_blocks(&mm, start, mm_size, in drm_test_buddy_alloc_pathological()
419 KUNIT_ASSERT_FALSE_MSG(test, drm_buddy_init(&mm, mm_size, chunk_size), in drm_test_buddy_alloc_smoke()
434 KUNIT_ASSERT_FALSE_MSG(test, check_mm(test, &mm), in drm_test_buddy_alloc_smoke()
514 KUNIT_ASSERT_FALSE_MSG(test, drm_buddy_init(&mm, mm_size, PAGE_SIZE), in drm_test_buddy_alloc_pessimistic()
521 KUNIT_ASSERT_FALSE_MSG(test, drm_buddy_alloc_blocks(&mm, start, mm_size, in drm_test_buddy_alloc_pessimistic()
534 KUNIT_ASSERT_FALSE_MSG(test, drm_buddy_alloc_blocks(&mm, start, mm_size, in drm_test_buddy_alloc_pessimistic()
562 KUNIT_ASSERT_FALSE_MSG(test, drm_buddy_alloc_blocks(&mm, start, mm_size, in drm_test_buddy_alloc_pessimistic()
577 KUNIT_ASSERT_FALSE_MSG(tes in drm_test_buddy_alloc_pessimistic()
[all...]
H A Ddrm_mm_test.c202 KUNIT_ASSERT_FALSE_MSG(test, drm_mm_initialized(&mm), in drm_test_mm_init()
262 KUNIT_ASSERT_FALSE_MSG(test, drm_mm_reserve_node(&mm, &nodes[0]), in drm_test_mm_debug()
268 KUNIT_ASSERT_FALSE_MSG(test, drm_mm_reserve_node(&mm, &nodes[1]), in drm_test_mm_debug()
/kernel/linux/linux-5.10/lib/
H A Dbitfield_kunit.c16 KUNIT_ASSERT_FALSE_MSG(context, _res != res, \
29 KUNIT_ASSERT_FALSE_MSG(context, \
44 KUNIT_ASSERT_FALSE_MSG(context, \
/kernel/linux/linux-6.6/lib/
H A Dbitfield_kunit.c16 KUNIT_ASSERT_FALSE_MSG(context, _res != res, \
29 KUNIT_ASSERT_FALSE_MSG(context, \
44 KUNIT_ASSERT_FALSE_MSG(context, \
H A Dfortify_kunit.c273 KUNIT_ASSERT_FALSE_MSG(test, IS_ERR(dev), \
H A Doverflow_kunit.c622 KUNIT_ASSERT_FALSE_MSG(test, IS_ERR(dev), in overflow_allocation_test()
/kernel/linux/linux-6.6/include/kunit/
H A Dtest.h1223 KUNIT_ASSERT_FALSE_MSG(test, condition, NULL)
1225 #define KUNIT_ASSERT_FALSE_MSG(test, condition, fmt, ...) \ macro
/kernel/linux/linux-5.10/include/kunit/
H A Dtest.h1504 #define KUNIT_ASSERT_FALSE_MSG(test, condition, fmt, ...) \ macro

Completed in 10 milliseconds