Home
last modified time | relevance | path

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

/Linux-v5.15/mm/
Dswapfile.c153 static inline struct swap_extent *first_se(struct swap_info_struct *sis) in first_se()
156 return rb_entry(rb, struct swap_extent, rb_node); in first_se()
159 static inline struct swap_extent *next_se(struct swap_extent *se) in next_se()
162 return rb ? rb_entry(rb, struct swap_extent, rb_node) : NULL; in next_se()
171 struct swap_extent *se; in discard_swap()
202 static struct swap_extent *
205 struct swap_extent *se; in offset_to_swap_extent()
210 se = rb_entry(rb, struct swap_extent, rb_node); in offset_to_swap_extent()
225 struct swap_extent *se; in swap_page_sector()
242 struct swap_extent *se = offset_to_swap_extent(si, start_page); in discard_swap_cluster()
[all …]
/Linux-v5.15/include/linux/
Dswap.h157 struct swap_extent { struct