Searched defs: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.c247 uint_t new_ratio; local
271 new_ratio = db->in_count << RATIO_SCALE_LOG;
274 new_ratio /= db->bytes_out;
277 if (new_ratio < db->ratio ||
278 new_ratio < 1 * RATIO_SCALE) {
283 db->ratio = new_ratio;

Completed in 62 milliseconds