taglinefilesource code
swap_cnt123include/linux/sched.hunsigned long swap_cnt;    /* number of pages to swap on next pass */
swap_cnt552mm/swap.cif (!p->mm->swap_cnt) {
swap_cnt558mm/swap.cp->mm->swap_cnt = SWAP_MIN;
swap_cnt560mm/swap.cp->mm->swap_cnt = SWAP_MAX;
swap_cnt562mm/swap.cp->mm->swap_cnt = SWAP_RATIO / p->mm->dec_flt;
swap_cnt564mm/swap.cif (!--p->mm->swap_cnt)
swap_cnt568mm/swap.cif (p->mm->swap_cnt)