memory_limited    193 net/sched/sch_fq_codel.c 	bool memory_limited;
memory_limited    217 net/sched/sch_fq_codel.c 	memory_limited = q->memory_usage > q->memory_limit;
memory_limited    218 net/sched/sch_fq_codel.c 	if (++sch->q.qlen <= sch->limit && !memory_limited)
memory_limited    236 net/sched/sch_fq_codel.c 	if (memory_limited)