Home
last modified time | relevance | path

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

/Linux-v5.10/mm/
Dswapfile.c154 static inline struct swap_extent *first_se(struct swap_info_struct *sis) in first_se()
157 return rb_entry(rb, struct swap_extent, rb_node); in first_se()
160 static inline struct swap_extent *next_se(struct swap_extent *se) in next_se()
163 return rb ? rb_entry(rb, struct swap_extent, rb_node) : NULL; in next_se()
172 struct swap_extent *se; in discard_swap()
203 static struct swap_extent *
206 struct swap_extent *se; in offset_to_swap_extent()
211 se = rb_entry(rb, struct swap_extent, rb_node); in offset_to_swap_extent()
230 struct swap_extent *se = offset_to_swap_extent(si, start_page); in discard_swap_cluster()
1819 struct swap_extent *se = first_se(sis); in swap_type_of()
[all …]
/Linux-v5.10/include/linux/
Dswap.h150 struct swap_extent { struct