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

  /src/sys/altq/
altq_jobs.c 1067 * delay and the mean of the weighted delays. see paper for more
1541 * update_error: returns the difference between the mean weighted
1684 int64_t mean; local in function:pick_dropped_rlc
1703 mean = 0;
1712 mean += cl->loss_prod_others
1720 mean /= active_classes;
1737 *cl->current_loss-mean;
1750 * below the mean.
altq_jobs.c 1067 * delay and the mean of the weighted delays. see paper for more
1541 * update_error: returns the difference between the mean weighted
1684 int64_t mean; local in function:pick_dropped_rlc
1703 mean = 0;
1712 mean += cl->loss_prod_others
1720 mean /= active_classes;
1737 *cl->current_loss-mean;
1750 * below the mean.
altq_jobs.c 1067 * delay and the mean of the weighted delays. see paper for more
1541 * update_error: returns the difference between the mean weighted
1684 int64_t mean; local in function:pick_dropped_rlc
1703 mean = 0;
1712 mean += cl->loss_prod_others
1720 mean /= active_classes;
1737 *cl->current_loss-mean;
1750 * below the mean.
altq_jobs.c 1067 * delay and the mean of the weighted delays. see paper for more
1541 * update_error: returns the difference between the mean weighted
1684 int64_t mean; local in function:pick_dropped_rlc
1703 mean = 0;
1712 mean += cl->loss_prod_others
1720 mean /= active_classes;
1737 *cl->current_loss-mean;
1750 * below the mean.

Completed in 47 milliseconds