taglinefilesource code
swap_cnt243include/linux/sched.hunsigned long swap_cnt;    /* number of pages to swap on next pass */
swap_cnt340mm/swap.cif(! p -> swap_cnt) {
swap_cnt346mm/swap.cp->swap_cnt = SWAP_MIN;
swap_cnt348mm/swap.cp->swap_cnt = SWAP_MAX;
swap_cnt350mm/swap.cp->swap_cnt = SWAP_RATIO / p->dec_flt;
swap_cnt383mm/swap.cif((--p->swap_cnt) == 0)