taglinefilesource code
table_ptr291mm/swap.cstatic inline int try_to_swap_out(struct vm_area_struct* vma, unsigned offset, unsigned long * table_ptr)
table_ptr295mm/swap.cpage = *table_ptr;
table_ptr304mm/swap.c*table_ptr &= ~PAGE_ACCESSED;
table_ptr308mm/swap.c*table_ptr &= ~PAGE_ACCESSED;
table_ptr316mm/swap.cvma->vm_ops->swapout(vma, offset, table_ptr);
table_ptr321mm/swap.c*table_ptr = entry;
table_ptr330mm/swap.c*table_ptr |= PAGE_DIRTY;
table_ptr334mm/swap.c*table_ptr = entry;
table_ptr340mm/swap.c*table_ptr = 0;