taglinefilesource code
table_ptr288mm/swap.cstatic inline int try_to_swap_out(unsigned long * table_ptr)
table_ptr292mm/swap.cpage = *table_ptr;
table_ptr301mm/swap.c*table_ptr &= ~PAGE_ACCESSED;
table_ptr305mm/swap.c*table_ptr &= ~PAGE_ACCESSED;
table_ptr314mm/swap.c*table_ptr = entry;
table_ptr322mm/swap.c*table_ptr |= PAGE_DIRTY;
table_ptr326mm/swap.c*table_ptr = entry;
table_ptr332mm/swap.c*table_ptr = 0;