Home
last modified time | relevance | path

Searched refs:swap_info (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/mm/
Dfrontswap.c125 struct swap_info_struct *sis = swap_info[i]; in frontswap_register_ops()
166 struct swap_info_struct *sis = swap_info[type]; in __frontswap_init()
221 struct swap_info_struct *sis = swap_info[type]; in __frontswap_store()
269 struct swap_info_struct *sis = swap_info[type]; in __frontswap_load()
296 struct swap_info_struct *sis = swap_info[type]; in __frontswap_invalidate_page()
316 struct swap_info_struct *sis = swap_info[type]; in __frontswap_invalidate_area()
Dswapfile.c81 struct swap_info_struct *swap_info[MAX_SWAPFILES]; variable
709 si = swap_info[type]; in get_swap_page_of_type()
735 p = swap_info[type]; in swap_info_get()
998 struct swap_info_struct *sis = swap_info[type]; in swap_type_of()
1040 if (!(swap_info[type]->flags & SWP_WRITEOK)) in swapdev_block()
1057 struct swap_info_struct *sis = swap_info[type]; in count_swap_pages()
1333 struct swap_info_struct *si = swap_info[type]; in try_to_unuse()
1565 if (swap_info[type]->inuse_pages) in drain_mmlist()
1586 sis = swap_info[swp_type(entry)]; in map_swap_entry()
1986 si = swap_info[type]; in swap_start()
[all …]
/linux-4.1.27/include/linux/
Dswapfile.h10 extern struct swap_info_struct *swap_info[];