Searched refs:____sg_next (Results 1 – 1 of 1) sorted by relevance
60 static inline struct scatterlist *____sg_next(struct scatterlist *sg) in ____sg_next() function79 return sg_is_last(sg) ? NULL : ____sg_next(sg); in __sg_next()