mm/swapfile.c
1998
struct swap_extent *se = first_se(sis);
mm/swapfile.c
2035
struct swap_extent *se;
mm/swapfile.c
2528
struct swap_extent *se = rb_entry(rb, struct swap_extent, rb_node);
mm/swapfile.c
2555
struct swap_extent *se;
mm/swapfile.c
2556
struct swap_extent *new_se;
mm/swapfile.c
2568
se = rb_entry(parent, struct swap_extent, rb_node);
mm/swapfile.c
266
static inline struct swap_extent *first_se(struct swap_info_struct *sis)
mm/swapfile.c
269
return rb_entry(rb, struct swap_extent, rb_node);
mm/swapfile.c
272
static inline struct swap_extent *next_se(struct swap_extent *se)
mm/swapfile.c
275
return rb ? rb_entry(rb, struct swap_extent, rb_node) : NULL;
mm/swapfile.c
284
struct swap_extent *se;
mm/swapfile.c
315
static struct swap_extent *
mm/swapfile.c
318
struct swap_extent *se;
mm/swapfile.c
323
se = rb_entry(rb, struct swap_extent, rb_node);
mm/swapfile.c
338
struct swap_extent *se;
mm/swapfile.c
355
struct swap_extent *se = offset_to_swap_extent(si, start_page);