taglinefilesource code
swap_table244include/linux/sched.hshort swap_table;    /* current page table */
swap_table356mm/swap.cfor(table = p->swap_table; table < 1024; table++) {
swap_table381mm/swap.cp->swap_table = table;
swap_table400mm/swap.cp->swap_table = 0;
swap_table418mm/swap.cstatic int swap_table = 0;
swap_table438mm/swap.cif (swap_table >= PTRS_PER_PAGE) {
swap_table439mm/swap.cswap_table = 0;
swap_table443mm/swap.cpg_table = ((unsigned long *) p->tss.cr3)[swap_table];
swap_table445mm/swap.cswap_table++;
swap_table450mm/swap.cswap_table,pg_table);
swap_table451mm/swap.c((unsigned long *) p->tss.cr3)[swap_table] = 0;
swap_table452mm/swap.cswap_table++;
swap_table459mm/swap.cswap_table++;