taglinefilesource code
swap_table235include/linux/sched.hshort swap_table;    /* current page table */
swap_table357mm/swap.cfor(table = p->swap_table; table < 1024; table++) {
swap_table382mm/swap.cp->swap_table = table;
swap_table401mm/swap.cp->swap_table = 0;
swap_table419mm/swap.cstatic int swap_table = 0;
swap_table439mm/swap.cif (swap_table >= PTRS_PER_PAGE) {
swap_table440mm/swap.cswap_table = 0;
swap_table444mm/swap.cpg_table = ((unsigned long *) p->tss.cr3)[swap_table];
swap_table446mm/swap.cswap_table++;
swap_table451mm/swap.cswap_table,pg_table);
swap_table452mm/swap.c((unsigned long *) p->tss.cr3)[swap_table] = 0;
swap_table453mm/swap.cswap_table++;
swap_table460mm/swap.cswap_table++;