/src/sys/external/bsd/drm2/dist/drm/i915/gem/selftests/ |
i915_gem_coherency.c | 308 const unsigned int ncachelines = PAGE_SIZE/64; local in function:igt_gem_coherency 324 offsets = kmalloc_array(ncachelines, 2*sizeof(u32), GFP_KERNEL); 327 for (count = 0; count < ncachelines; count++) 330 values = offsets + ncachelines; 361 for_each_prime_number_from(count, 1, ncachelines) { 368 i915_random_reorder(offsets, ncachelines, &prng);
|
i915_gem_coherency.c | 308 const unsigned int ncachelines = PAGE_SIZE/64; local in function:igt_gem_coherency 324 offsets = kmalloc_array(ncachelines, 2*sizeof(u32), GFP_KERNEL); 327 for (count = 0; count < ncachelines; count++) 330 values = offsets + ncachelines; 361 for_each_prime_number_from(count, 1, ncachelines) { 368 i915_random_reorder(offsets, ncachelines, &prng);
|