Home
last modified time | relevance | path

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

/external/iproute2/tc/
Dq_codel.c152 fprintf(f, "target %s ", sprint_time(target, b1)); in codel_print_opt()
157 fprintf(f, "ce_threshold %s ", sprint_time(ce_threshold, b1)); in codel_print_opt()
162 fprintf(f, "interval %s ", sprint_time(interval, b1)); in codel_print_opt()
191 st->count, st->lastcount, sprint_time(st->ldelay, b1)); in codel_print_xstats()
195 fprintf(f, " drop_next -%s", sprint_time(-st->drop_next, b1)); in codel_print_xstats()
197 fprintf(f, " drop_next %s", sprint_time(st->drop_next, b1)); in codel_print_xstats()
Dq_fq_codel.c179 fprintf(f, "target %s ", sprint_time(target, b1)); in fq_codel_print_opt()
184 fprintf(f, "ce_threshold %s ", sprint_time(ce_threshold, b1)); in fq_codel_print_opt()
189 fprintf(f, "interval %s ", sprint_time(interval, b1)); in fq_codel_print_opt()
233 sprint_time(st->class_stats.ldelay, b1)); in fq_codel_print_xstats()
238 sprint_time(-st->class_stats.drop_next, b1)); in fq_codel_print_xstats()
241 sprint_time(st->class_stats.drop_next, b1)); in fq_codel_print_xstats()
Dq_hhf.c155 fprintf(f, "reset_timeout %s ", sprint_time(reset_timeout, b1)); in hhf_print_opt()
165 fprintf(f, "evict_timeout %s ", sprint_time(evict_timeout, b1)); in hhf_print_opt()
Dq_pie.c156 fprintf(f, "target %s ", sprint_time(target, b1)); in pie_print_opt()
161 fprintf(f, "tupdate %s ", sprint_time(tupdate, b1)); in pie_print_opt()
Dtc_util.h80 extern 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_fq.c281 fprintf(f, "refill_delay %s ", sprint_time(refill_delay, b1)); in fq_print_opt()
Dq_hfsc.c233 fprintf(f, "d %s ", sprint_time(tc_core_ktime2time(sc->d), b1)); in hfsc_print_sc()
Dq_tbf.c312 fprintf(f, "lat %s ", sprint_time(latency, b1)); in tbf_print_opt()