Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/
H A Di915_scatterlist.h60 static inline struct scatterlist *____sg_next(struct scatterlist *sg) in ____sg_next() function
79 return sg_is_last(sg) ? NULL : ____sg_next(sg); in __sg_next()