Home
last modified time | relevance | path

Searched refs:new_ratio (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dbsd-comp.c208 u_int new_ratio; local
228 new_ratio = db->in_count << RATIO_SCALE_LOG;
230 new_ratio /= db->bytes_out;
232 if (new_ratio < db->ratio || new_ratio < 1 * RATIO_SCALE) {
236 db->ratio = new_ratio;
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dbsd-comp.c245 uint_t new_ratio; in bsd_check() local
269 new_ratio = db->in_count << RATIO_SCALE_LOG; in bsd_check()
272 new_ratio /= db->bytes_out; in bsd_check()
275 if (new_ratio < db->ratio || in bsd_check()
276 new_ratio < 1 * RATIO_SCALE) { in bsd_check()
281 db->ratio = new_ratio; in bsd_check()