taglinefilesource code
swap_cnt219include/linux/sched.hunsigned long swap_cnt;    /* number of pages to swap on next pass */
swap_cnt336mm/swap.cif(! p -> swap_cnt) {
swap_cnt342mm/swap.cp->swap_cnt = SWAP_MIN;
swap_cnt344mm/swap.cp->swap_cnt = SWAP_MAX;
swap_cnt346mm/swap.cp->swap_cnt = SWAP_RATIO / p->dec_flt;
swap_cnt379mm/swap.cif((--p->swap_cnt) == 0)