taglinefilesource code
swap_cnt121include/linux/sched.hunsigned long swap_cnt;    /* number of pages to swap on next pass */
swap_cnt534mm/swap.cif (!p->mm->swap_cnt) {
swap_cnt540mm/swap.cp->mm->swap_cnt = SWAP_MIN;
swap_cnt542mm/swap.cp->mm->swap_cnt = SWAP_MAX;
swap_cnt544mm/swap.cp->mm->swap_cnt = SWAP_RATIO / p->mm->dec_flt;
swap_cnt547mm/swap.cif ((--p->mm->swap_cnt) == 0)