Home
last modified time | relevance | path

Searched refs:QUEUE_THRESHOLD (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/net/sched/
H A Dsch_pie.c238 if (backlog >= QUEUE_THRESHOLD && vars->dq_count == DQCOUNT_INVALID) { in pie_process_dequeue()
244 * has receded to a small value viz., <= QUEUE_THRESHOLD bytes, reset in pie_process_dequeue()
247 * have a substantial queue built up (QUEUE_THRESHOLD bytes or more) in pie_process_dequeue()
255 if (vars->dq_count >= QUEUE_THRESHOLD) { in pie_process_dequeue()
277 if (backlog < QUEUE_THRESHOLD) { in pie_process_dequeue()
/kernel/linux/linux-6.6/net/sched/
H A Dsch_pie.c235 if (backlog >= QUEUE_THRESHOLD && vars->dq_count == DQCOUNT_INVALID) { in pie_process_dequeue()
241 * has receded to a small value viz., <= QUEUE_THRESHOLD bytes, reset in pie_process_dequeue()
244 * have a substantial queue built up (QUEUE_THRESHOLD bytes or more) in pie_process_dequeue()
252 if (vars->dq_count >= QUEUE_THRESHOLD) { in pie_process_dequeue()
274 if (backlog < QUEUE_THRESHOLD) { in pie_process_dequeue()
/kernel/linux/linux-5.10/include/net/
H A Dpie.h13 #define QUEUE_THRESHOLD 16384 macro
/kernel/linux/linux-6.6/include/net/
H A Dpie.h13 #define QUEUE_THRESHOLD 16384 macro

Completed in 4 milliseconds