i915_gem_mman.c | 569 static bool assert_mmap_offset(struct drm_i915_private *i915, function in typeref:typename:bool 663 if (!assert_mmap_offset(i915, PAGE_SIZE, 0)) { 670 if (!assert_mmap_offset(i915, 2 * PAGE_SIZE, -ENOSPC)) { 690 if (!assert_mmap_offset(i915, PAGE_SIZE, -ENOSPC)) {
|