taglinefilesource code
table_ptr117include/linux/mm.hextern void swap_in(unsigned long *table_ptr);
table_ptr183mm/swap.cvoid swap_in(unsigned long *table_ptr)
table_ptr188mm/swap.centry = *table_ptr;
table_ptr203mm/swap.cif (*table_ptr != entry) {
table_ptr207mm/swap.c*table_ptr = page | (PAGE_DIRTY | PAGE_PRIVATE);
table_ptr211mm/swap.cstatic int try_to_swap_out(unsigned long * table_ptr)
table_ptr217mm/swap.cpage = *table_ptr;
table_ptr222mm/swap.c*table_ptr = 0;
table_ptr228mm/swap.c*table_ptr &= ~PAGE_ACCESSED;
table_ptr240mm/swap.c*table_ptr = entry;
table_ptr247mm/swap.c*table_ptr = 0;