Home
last modified time | relevance | path

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

/external/iproute2/tc/
Dq_codel.c153 fprintf(f, "target %s ", sprint_time(target, b1)); in codel_print_opt()
158 fprintf(f, "ce_threshold %s ", sprint_time(ce_threshold, b1)); in codel_print_opt()
163 fprintf(f, "interval %s ", sprint_time(interval, b1)); in codel_print_opt()
192 st->count, st->lastcount, sprint_time(st->ldelay, b1)); in codel_print_xstats()
196 fprintf(f, " drop_next -%s", sprint_time(-st->drop_next, b1)); in codel_print_xstats()
198 fprintf(f, " drop_next %s", sprint_time(st->drop_next, b1)); in codel_print_xstats()
Dq_fq_codel.c192 fprintf(f, "target %s ", sprint_time(target, b1)); in fq_codel_print_opt()
197 fprintf(f, "ce_threshold %s ", sprint_time(ce_threshold, b1)); in fq_codel_print_opt()
202 fprintf(f, "interval %s ", sprint_time(interval, b1)); in fq_codel_print_opt()
256 sprint_time(st->class_stats.ldelay, b1)); in fq_codel_print_xstats()
261 sprint_time(-st->class_stats.drop_next, b1)); in fq_codel_print_xstats()
264 sprint_time(st->class_stats.drop_next, b1)); in fq_codel_print_xstats()
Dq_hhf.c156 fprintf(f, "reset_timeout %s ", sprint_time(reset_timeout, b1)); in hhf_print_opt()
166 fprintf(f, "evict_timeout %s ", sprint_time(evict_timeout, b1)); in hhf_print_opt()
Dq_pie.c155 fprintf(f, "target %s ", sprint_time(target, b1)); in pie_print_opt()
160 fprintf(f, "tupdate %s ", sprint_time(tupdate, b1)); in pie_print_opt()
Dtc_util.h87 char *sprint_time(__u32 time, char *buf);
Dtc_util.c315 char *sprint_time(__u32 time, char *buf) in sprint_time() function
323 return sprint_time(tc_core_tick2time(ticks), buf); in sprint_ticks()
Dq_hfsc.c225 fprintf(f, "d %s ", sprint_time(tc_core_ktime2time(sc->d), b1)); in hfsc_print_sc()
Dq_fq.c302 fprintf(f, "refill_delay %s ", sprint_time(refill_delay, b1)); in fq_print_opt()
Dq_tbf.c316 fprintf(f, "lat %s ", sprint_time(latency, b1)); in tbf_print_opt()