Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/i915/
H A Di915_gem.c5739 count = __sg_page_count(sg); in i915_gem_object_get_sg()
5769 count = __sg_page_count(sg); in i915_gem_object_get_sg()
5787 count = __sg_page_count(sg); in i915_gem_object_get_sg()
H A Di915_drv.h3544 static inline int __sg_page_count(const struct scatterlist *sg) in __sg_page_count() function