swap_extent 155 mm/swapfile.c static inline struct swap_extent *first_se(struct swap_info_struct *sis) swap_extent 158 mm/swapfile.c return rb_entry(rb, struct swap_extent, rb_node); swap_extent 161 mm/swapfile.c static inline struct swap_extent *next_se(struct swap_extent *se) swap_extent 164 mm/swapfile.c return rb ? rb_entry(rb, struct swap_extent, rb_node) : NULL; swap_extent 173 mm/swapfile.c struct swap_extent *se; swap_extent 204 mm/swapfile.c static struct swap_extent * swap_extent 207 mm/swapfile.c struct swap_extent *se; swap_extent 212 mm/swapfile.c se = rb_entry(rb, struct swap_extent, rb_node); swap_extent 231 mm/swapfile.c struct swap_extent *se = offset_to_swap_extent(si, start_page); swap_extent 1783 mm/swapfile.c struct swap_extent *se = first_se(sis); swap_extent 2260 mm/swapfile.c struct swap_extent *se; swap_extent 2288 mm/swapfile.c struct swap_extent *se = rb_entry(rb, struct swap_extent, rb_node); swap_extent 2315 mm/swapfile.c struct swap_extent *se; swap_extent 2316 mm/swapfile.c struct swap_extent *new_se; swap_extent 2328 mm/swapfile.c se = rb_entry(parent, struct swap_extent, rb_node);