Home
last modified time | relevance | path

Searched refs:ncachelines (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/i915/selftests/
Di915_gem_coherency.c281 const unsigned int ncachelines = PAGE_SIZE/64; in igt_gem_coherency() local
296 offsets = kmalloc_array(ncachelines, 2*sizeof(u32), GFP_KERNEL); in igt_gem_coherency()
299 for (count = 0; count < ncachelines; count++) in igt_gem_coherency()
302 values = offsets + ncachelines; in igt_gem_coherency()
326 for_each_prime_number_from(count, 1, ncachelines) { in igt_gem_coherency()
333 i915_random_reorder(offsets, ncachelines, &prng); in igt_gem_coherency()