taglinefilesource code
table_ptr123include/linux/mm.hextern void swap_in(unsigned long *table_ptr);
table_ptr192mm/swap.cvoid swap_in(unsigned long *table_ptr)
table_ptr197mm/swap.centry = *table_ptr;
table_ptr207mm/swap.cshm_no_page ((unsigned long *) table_ptr);
table_ptr215mm/swap.cif (*table_ptr != entry) {
table_ptr219mm/swap.c*table_ptr = page | (PAGE_DIRTY | PAGE_PRIVATE);
table_ptr223mm/swap.cstatic inline int try_to_swap_out(unsigned long * table_ptr)
table_ptr229mm/swap.cpage = *table_ptr;
table_ptr237mm/swap.c*table_ptr &= ~PAGE_ACCESSED;
table_ptr249mm/swap.c*table_ptr = entry;
table_ptr256mm/swap.c*table_ptr = 0;