drop_next         132 include/net/codel.h 	codel_time_t	drop_next;
drop_next         167 include/net/codel_impl.h 		} else if (codel_time_after_eq(now, vars->drop_next)) {
drop_next         177 include/net/codel_impl.h 			       codel_time_after_eq(now, vars->drop_next)) {
drop_next         184 include/net/codel_impl.h 					vars->drop_next =
drop_next         185 include/net/codel_impl.h 						codel_control_law(vars->drop_next,
drop_next         203 include/net/codel_impl.h 					vars->drop_next =
drop_next         204 include/net/codel_impl.h 						codel_control_law(vars->drop_next,
drop_next         232 include/net/codel_impl.h 		    codel_time_before(now - vars->drop_next,
drop_next         245 include/net/codel_impl.h 		vars->drop_next = codel_control_law(now, params->interval,
drop_next         801 include/uapi/linux/pkt_sched.h 	__s32	drop_next; /* time to drop next packet */
drop_next         857 include/uapi/linux/pkt_sched.h 	__s32	drop_next;
drop_next         110 net/sched/sch_cake.c 	ktime_t	drop_next;
drop_next         463 net/sched/sch_cake.c 	vars->drop_next = now;
drop_next         490 net/sched/sch_cake.c 	if (vars->count && ktime_to_ns(ktime_sub(now, vars->drop_next)) >= 0) {
drop_next         493 net/sched/sch_cake.c 		vars->drop_next = cobalt_control(vars->drop_next,
drop_next         530 net/sched/sch_cake.c 	schedule = ktime_sub(now, vars->drop_next);
drop_next         541 net/sched/sch_cake.c 			vars->drop_next = cobalt_control(now,
drop_next         559 net/sched/sch_cake.c 		vars->drop_next = cobalt_control(vars->drop_next,
drop_next         562 net/sched/sch_cake.c 		schedule = ktime_sub(now, vars->drop_next);
drop_next         567 net/sched/sch_cake.c 			vars->drop_next = cobalt_control(vars->drop_next,
drop_next         570 net/sched/sch_cake.c 			schedule = ktime_sub(now, vars->drop_next);
drop_next         581 net/sched/sch_cake.c 		vars->drop_next = ktime_add_ns(now, p->interval);
drop_next         583 net/sched/sch_cake.c 		vars->drop_next = now;
drop_next        2052 net/sched/sch_cake.c 			    ktime_before(now, flow->cvars.drop_next)) {
drop_next        3005 net/sched/sch_cake.c 						       flow->cvars.drop_next)));
drop_next         260 net/sched/sch_codel.c 		codel_tdiff_t delta = q->vars.drop_next - codel_get_time();
drop_next         263 net/sched/sch_codel.c 			st.drop_next = codel_time_to_us(delta);
drop_next         265 net/sched/sch_codel.c 			st.drop_next = -codel_time_to_us(-delta);
drop_next         636 net/sched/sch_fq_codel.c 			codel_tdiff_t delta = flow->cvars.drop_next -
drop_next         639 net/sched/sch_fq_codel.c 			xstats.class_stats.drop_next = (delta >= 0) ?
drop_next         800 tools/include/uapi/linux/pkt_sched.h 	__s32	drop_next; /* time to drop next packet */
drop_next         856 tools/include/uapi/linux/pkt_sched.h 	__s32	drop_next;