Searched refs:codel_time_to_us (Results 1 – 3 of 3) sorted by relevance
238 codel_time_to_us(READ_ONCE(q->params.target))) || in codel_dump_stats() 242 codel_time_to_us(READ_ONCE(q->params.interval))) || in codel_dump_stats() 249 codel_time_to_us(ce_threshold))) in codel_reset() 266 .ldelay = codel_time_to_us(READ_ONCE(q->vars.ldelay)),276 st.drop_next = codel_time_to_us(delta); in codel_module_exit() 278 st.drop_next = -codel_time_to_us(-delta);
583 codel_time_to_us(READ_ONCE(q->cparams.target))) || in fq_codel_dump_stats() 587 codel_time_to_us(READ_ONCE(q->cparams.interval))) || in fq_codel_dump_stats() 603 codel_time_to_us(ce_threshold))) in fq_codel_dump_stats() 700 codel_time_to_us(READ_ONCE(flow->cvars.ldelay)); in fq_codel_walk() 709 codel_time_to_us(delta) : in fq_codel_walk() 710 -codel_time_to_us(-delta);
88 static inline u32 codel_time_to_us(codel_time_t val) in codel_time_to_us() function