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

/linux-master/mm/
H A Dswapfile.c162 static inline struct swap_extent *first_se(struct swap_info_struct *sis)
165 return rb_entry(rb, struct swap_extent, rb_node);
168 static inline struct swap_extent *next_se(struct swap_extent *se)
171 return rb ? rb_entry(rb, struct swap_extent, rb_node) : NULL;
180 struct swap_extent *se;
211 static struct swap_extent *
214 struct swap_extent *se;
219 se = rb_entry(rb, struct swap_extent, rb_node);
234 struct swap_extent *s
[all...]
/linux-master/include/linux/
H A Dswap.h193 struct swap_extent { struct

Completed in 125 milliseconds