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

/linux-master/mm/
H A Dswapfile.c168 static inline struct swap_extent *next_se(struct swap_extent *se) function
197 for (se = next_se(se); se; se = next_se(se)) {
269 se = next_se(se);

Completed in 118 milliseconds