Searched refs:sprint_time (Results 1 – 9 of 9) sorted by relevance
/external/iproute2/tc/ |
D | q_codel.c | 153 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()
|
D | q_fq_codel.c | 192 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()
|
D | q_pie.c | 155 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()
|
D | q_hhf.c | 156 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()
|
D | tc_util.h | 87 char *sprint_time(__u32 time, char *buf);
|
D | tc_util.c | 315 char *sprint_time(__u32 time, char *buf) in sprint_time() function 323 return sprint_time(tc_core_tick2time(ticks), buf); in sprint_ticks()
|
D | q_fq.c | 302 fprintf(f, "refill_delay %s ", sprint_time(refill_delay, b1)); in fq_print_opt()
|
D | q_hfsc.c | 225 fprintf(f, "d %s ", sprint_time(tc_core_ktime2time(sc->d), b1)); in hfsc_print_sc()
|
D | q_tbf.c | 316 fprintf(f, "lat %s ", sprint_time(latency, b1)); in tbf_print_opt()
|