taglinefilesource code
swap_table220include/linux/sched.hshort swap_table;    /* current page table */
swap_table352mm/swap.cfor(table = p->swap_table; table < 1024; table++) {
swap_table377mm/swap.cp->swap_table = table;
swap_table396mm/swap.cp->swap_table = 0;
swap_table414mm/swap.cstatic int swap_table = 0;
swap_table434mm/swap.cif (swap_table >= PTRS_PER_PAGE) {
swap_table435mm/swap.cswap_table = 0;
swap_table439mm/swap.cpg_table = ((unsigned long *) p->tss.cr3)[swap_table];
swap_table441mm/swap.cswap_table++;
swap_table446mm/swap.cswap_table,pg_table);
swap_table447mm/swap.c((unsigned long *) p->tss.cr3)[swap_table] = 0;
swap_table448mm/swap.cswap_table++;
swap_table455mm/swap.cswap_table++;