Home
last modified time | relevance | path

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

/external/iproute2/tc/
Dq_netem.c56 static const double max_percent_value = 0xffffffff; variable
61 *percent = (unsigned int) rint(per * max_percent_value); in set_percent()
92 snprintf(buf, len, "%g%%", 100. * (double) per / max_percent_value); in print_percent()
326 gemodel.h = max_percent_value - gemodel.h; in netem_parse_opt()
633 fprintf(f, " 1-h %s", sprint_percent(max_percent_value - in netem_print_opt()