Searched refs:__sg_page_count (Results 1 – 1 of 1) sorted by relevance
2868 static inline int __sg_page_count(struct scatterlist *sg) in __sg_page_count() function2884 while (obj->get_page.last + __sg_page_count(obj->get_page.sg) <= n) { in i915_gem_object_get_page()2885 obj->get_page.last += __sg_page_count(obj->get_page.sg++); in i915_gem_object_get_page()