Home
last modified time | relevance | path

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

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