taglinefilesource code
table_ptr105include/linux/mm.hextern void swap_in(unsigned long *table_ptr);
table_ptr184mm/swap.cvoid swap_in(unsigned long *table_ptr)
table_ptr189mm/swap.cswap_nr = *table_ptr;
table_ptr204mm/swap.cif (*table_ptr != swap_nr) {
table_ptr208mm/swap.c*table_ptr = page | (PAGE_DIRTY | 7);
table_ptr212mm/swap.cstatic int try_to_swap_out(unsigned long * table_ptr)
table_ptr218mm/swap.cpage = *table_ptr;
table_ptr223mm/swap.c*table_ptr = 0;
table_ptr229mm/swap.c*table_ptr &= ~PAGE_ACCESSED;
table_ptr241mm/swap.c*table_ptr = swap_nr<<1;
table_ptr248mm/swap.c*table_ptr = 0;