Searched refs:get_sgp (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/testing/selftests/bpf/progs/
H A Dloop6.c57 static inline struct scatterlist *get_sgp(struct scatterlist **sgs, int i) function
81 for (n = 0, sgp = get_sgp(sgs, i); sgp && (n < SG_MAX);
91 for (n = 0, sgp = get_sgp(sgs, i); sgp && (n < SG_MAX);

Completed in 126 milliseconds