Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/selftests/
H A Dtest-drm_mm.c54 static bool assert_no_holes(const struct drm_mm *mm) in assert_no_holes() function
113 if (!assert_no_holes(mm)) in assert_continuous()
246 if (!assert_no_holes(&mm)) { in igt_init()
/kernel/linux/linux-6.6/drivers/gpu/drm/tests/
H A Ddrm_mm_test.c46 static bool assert_no_holes(struct kunit *test, const struct drm_mm *mm) in assert_no_holes() function
106 if (!assert_no_holes(test, mm)) in assert_continuous()
232 if (!assert_no_holes(test, &mm)) { in drm_test_mm_init()

Completed in 6 milliseconds