Home
last modified time | relevance | path

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

/linux/drivers/platform/goldfish/
H A Dgoldfish_pipe.c286 int pages_count, in populate_rw_params() argument
308 for (; i < pages_count; ++i) { in populate_rw_params()
310 size_on_page = (i == pages_count - 1) ? in populate_rw_params()
335 int pages_count; in transfer_max_buffers() local
341 pages_count = goldfish_pin_pages(first_page, last_page, in transfer_max_buffers()
344 if (pages_count < 0) { in transfer_max_buffers()
346 return pages_count; in transfer_max_buffers()
349 populate_rw_params(pipe->pages, pages_count, address, address_end, in transfer_max_buffers()
359 unpin_user_pages_dirty_lock(pipe->pages, pages_count, in transfer_max_buffers()
/linux/tools/testing/selftests/kvm/
H A Ddirty_log_perf_test.c72 uint64_t pages_count = 0; in vcpu_worker() local
100 pages_count += vcpu_args->pages; in vcpu_worker()
122 vcpu_idx, pages_count, vcpu_last_completed_iteration[vcpu_idx], in vcpu_worker()
H A Ddirty_log_test.c512 uint64_t pages_count = 0; in vcpu_worker() local
532 pages_count += TEST_PAGES_PER_LOOP; in vcpu_worker()
543 pr_info("Dirtied %"PRIu64" pages\n", pages_count); in vcpu_worker()
/linux/drivers/gpu/drm/i915/
H A Di915_vma_types.h270 atomic_t pages_count; /* number of active binds to the pages */ member
/linux/drivers/gpu/drm/i915/gem/
H A Di915_gem_object.c601 if (atomic_read(&vma->pages_count)) in i915_gem_object_evictable()
/linux/drivers/gpu/drm/i915/selftests/
H A Di915_gem_gtt.c1442 GEM_BUG_ON(atomic_read(&vma->pages_count)); in track_vma_bind()
1443 atomic_set(&vma->pages_count, I915_VMA_PAGES_ACTIVE); in track_vma_bind()