Searched refs:assert_mmap_offset (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gem/selftests/ |
H A D | i915_gem_mman.c | 575 static bool assert_mmap_offset(struct drm_i915_private *i915, in assert_mmap_offset() function 669 if (!assert_mmap_offset(i915, PAGE_SIZE, 0)) { in igt_mmap_offset_exhaustion() 676 if (!assert_mmap_offset(i915, 2 * PAGE_SIZE, -ENOSPC)) { in igt_mmap_offset_exhaustion() 696 if (!assert_mmap_offset(i915, PAGE_SIZE, -ENOSPC)) { in igt_mmap_offset_exhaustion()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gem/selftests/ |
H A D | i915_gem_mman.c | 612 static bool assert_mmap_offset(struct drm_i915_private *i915, in assert_mmap_offset() function 708 if (!assert_mmap_offset(i915, PAGE_SIZE, 0)) { in igt_mmap_offset_exhaustion() 715 if (!assert_mmap_offset(i915, 2 * PAGE_SIZE, enospc)) { in igt_mmap_offset_exhaustion() 735 if (!assert_mmap_offset(i915, PAGE_SIZE, enospc)) { in igt_mmap_offset_exhaustion()
|
Completed in 6 milliseconds