Home
last modified time | relevance | path

Searched refs:swap_info (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/mm/
H A Dfrontswap.c192 struct swap_info_struct *sis = swap_info[type]; in __frontswap_init()
250 struct swap_info_struct *sis = swap_info[type]; in __frontswap_store()
299 struct swap_info_struct *sis = swap_info[type]; in __frontswap_load()
333 struct swap_info_struct *sis = swap_info[type]; in __frontswap_invalidate_page()
355 struct swap_info_struct *sis = swap_info[type]; in __frontswap_invalidate_area()
H A Dswapfile.c92 struct swap_info_struct *swap_info[MAX_SWAPFILES]; variable
108 return READ_ONCE(swap_info[type]); in swap_type_to_swap_info()
1089 "swap_info %d in list but !highest_bit\n", in get_swap_pages()
1092 "swap_info %d in list but !SWP_WRITEOK\n", in get_swap_pages()
1841 struct swap_info_struct *sis = swap_info[type]; in swap_type_of()
1865 struct swap_info_struct *sis = swap_info[type]; in find_first_swap()
1879 * corresponding to given index in swap_info (swap type).
1903 struct swap_info_struct *sis = swap_info[type]; in count_swap_pages()
1981 si = swap_info[type]; in unuse_pte_range()
2193 struct swap_info_struct *si = swap_info[typ in try_to_unuse()
[all...]
H A Dshmem.c1190 extern struct swap_info_struct *swap_info[];
1217 !frontswap_test(swap_info[type], swp_offset(entry))) in shmem_find_swap_entries()
/kernel/linux/linux-5.10/include/linux/
H A Dswapfile.h11 extern struct swap_info_struct *swap_info[];
/kernel/linux/linux-6.6/mm/
H A Dswapfile.c100 static struct swap_info_struct *swap_info[MAX_SWAPFILES]; variable
115 return READ_ONCE(swap_info[type]); /* rcu_dereference() */ in swap_type_to_swap_info()
1085 "swap_info %d in list but !highest_bit\n", in get_swap_pages()
1088 "swap_info %d in list but !SWP_WRITEOK\n", in get_swap_pages()
1665 struct swap_info_struct *sis = swap_info[type]; in swap_type_of()
1689 struct swap_info_struct *sis = swap_info[type]; in find_first_swap()
1703 * corresponding to given index in swap_info (swap type).
1728 struct swap_info_struct *sis = swap_info[type]; in count_swap_pages()
1850 si = swap_info[type]; in unuse_pte_range()
2056 struct swap_info_struct *si = swap_info[typ in try_to_unuse()
[all...]

Completed in 21 milliseconds