taglinefilesource code
table_ptr24include/linux/mm.hvoid swap_in(unsigned long *table_ptr);
table_ptr94mm/swap.cvoid swap_in(unsigned long *table_ptr)
table_ptr103mm/swap.cif (1 & *table_ptr) {
table_ptr107mm/swap.cswap_nr = *table_ptr >> 1;
table_ptr117mm/swap.c*table_ptr = page | (PAGE_DIRTY | 7);
table_ptr120mm/swap.cint try_to_swap_out(unsigned long * table_ptr)
table_ptr125mm/swap.cpage = *table_ptr;
table_ptr136mm/swap.c*table_ptr = swap_nr<<1;
table_ptr143mm/swap.c*table_ptr = 0;