taglinefilesource code
table_ptr83include/linux/mm.hextern void swap_in(unsigned long *table_ptr);
table_ptr111mm/swap.cvoid swap_in(unsigned long *table_ptr)
table_ptr116mm/swap.cswap_nr = *table_ptr;
table_ptr127mm/swap.c*table_ptr = BAD_PAGE;
table_ptr136mm/swap.cif (*table_ptr != swap_nr) {
table_ptr141mm/swap.c*table_ptr = page | (PAGE_DIRTY | 7);
table_ptr144mm/swap.cint try_to_swap_out(unsigned long * table_ptr)
table_ptr150mm/swap.cpage = *table_ptr;
table_ptr164mm/swap.c*table_ptr = swap_nr<<1;
table_ptr171mm/swap.c*table_ptr = 0;