HomeSort by: relevance | last modified time | path
    Searched defs:__igt_insert (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/selftests/
test-drm_mm.c 573 static int __igt_insert(unsigned int count, u64 size, bool replace) function in typeref:typename:int
716 ret = __igt_insert(count, size - 1, false);
720 ret = __igt_insert(count, size, false);
724 ret = __igt_insert(count, size + 1, false);
749 ret = __igt_insert(count, size - 1, true);
753 ret = __igt_insert(count, size, true);
757 ret = __igt_insert(count, size + 1, true);
893 /* Very similar to __igt_insert(), but now instead of populating the
test-drm_mm.c 573 static int __igt_insert(unsigned int count, u64 size, bool replace) function in typeref:typename:int
716 ret = __igt_insert(count, size - 1, false);
720 ret = __igt_insert(count, size, false);
724 ret = __igt_insert(count, size + 1, false);
749 ret = __igt_insert(count, size - 1, true);
753 ret = __igt_insert(count, size, true);
757 ret = __igt_insert(count, size + 1, true);
893 /* Very similar to __igt_insert(), but now instead of populating the

Completed in 23 milliseconds