HomeSort by: relevance | last modified time | path
    Searched defs:new_ratio (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/net/
bsd-comp.c 227 u_int new_ratio; local in function:bsd_check
247 new_ratio = db->in_count << RATIO_SCALE_LOG;
249 new_ratio /= db->bytes_out;
251 if (new_ratio < db->ratio || new_ratio < 1 * RATIO_SCALE) {
255 db->ratio = new_ratio;
bsd-comp.c 227 u_int new_ratio; local in function:bsd_check
247 new_ratio = db->in_count << RATIO_SCALE_LOG;
249 new_ratio /= db->bytes_out;
251 if (new_ratio < db->ratio || new_ratio < 1 * RATIO_SCALE) {
255 db->ratio = new_ratio;
bsd-comp.c 227 u_int new_ratio; local in function:bsd_check
247 new_ratio = db->in_count << RATIO_SCALE_LOG;
249 new_ratio /= db->bytes_out;
251 if (new_ratio < db->ratio || new_ratio < 1 * RATIO_SCALE) {
255 db->ratio = new_ratio;

Completed in 97 milliseconds