taglinefilesource code
table_ptr118include/linux/mm.hextern void swap_in(unsigned long *table_ptr);
table_ptr193mm/swap.cvoid swap_in(unsigned long *table_ptr)
table_ptr198mm/swap.centry = *table_ptr;
table_ptr208mm/swap.cshm_no_page ((unsigned long *) table_ptr);
table_ptr216mm/swap.cif (*table_ptr != entry) {
table_ptr220mm/swap.c*table_ptr = page | (PAGE_DIRTY | PAGE_PRIVATE);
table_ptr224mm/swap.cstatic inline int try_to_swap_out(unsigned long * table_ptr)
table_ptr230mm/swap.cpage = *table_ptr;
table_ptr238mm/swap.c*table_ptr &= ~PAGE_ACCESSED;
table_ptr250mm/swap.c*table_ptr = entry;
table_ptr257mm/swap.c*table_ptr = 0;