Home
last modified time | relevance | path

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

/Linux-v6.6/mm/
Dswapfile.c161 static inline struct swap_extent *first_se(struct swap_info_struct *sis) in first_se()
164 return rb_entry(rb, struct swap_extent, rb_node); in first_se()
167 static inline struct swap_extent *next_se(struct swap_extent *se) in next_se()
170 return rb ? rb_entry(rb, struct swap_extent, rb_node) : NULL; in next_se()
179 struct swap_extent *se; in discard_swap()
210 static struct swap_extent *
213 struct swap_extent *se; in offset_to_swap_extent()
218 se = rb_entry(rb, struct swap_extent, rb_node); in offset_to_swap_extent()
233 struct swap_extent *se; in swap_page_sector()
250 struct swap_extent *se = offset_to_swap_extent(si, start_page); in discard_swap_cluster()
[all …]
/Linux-v6.6/include/linux/
Dswap.h193 struct swap_extent { struct