Home
last modified time | relevance | path

Searched refs:QUEUE_THRESHOLD (Results 1 – 2 of 2) sorted by relevance

/linux/net/sched/
H A Dsch_pie.c242 if (backlog >= QUEUE_THRESHOLD && vars->dq_count == DQCOUNT_INVALID) { in pie_process_dequeue()
259 if (vars->dq_count >= QUEUE_THRESHOLD) { in pie_process_dequeue()
281 if (backlog < QUEUE_THRESHOLD) { in pie_process_dequeue()
/linux/include/net/
H A Dpie.h13 #define QUEUE_THRESHOLD 16384 macro