taglinefilesource code
swap_cnt219include/linux/sched.hunsigned long swap_cnt;    /* number of pages to swap on next pass */
swap_cnt337mm/swap.cif(! p -> swap_cnt) {
swap_cnt343mm/swap.cp->swap_cnt = SWAP_MIN;
swap_cnt345mm/swap.cp->swap_cnt = SWAP_MAX;
swap_cnt347mm/swap.cp->swap_cnt = SWAP_RATIO / p->dec_flt;
swap_cnt380mm/swap.cif((--p->swap_cnt) == 0)