Home
last modified time | relevance | path

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

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