Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/sched/
H A Dsch_pie.c238 if (backlog >= QUEUE_THRESHOLD && vars->dq_count == DQCOUNT_INVALID) { in pie_process_dequeue()
255 if (vars->dq_count >= QUEUE_THRESHOLD) { in pie_process_dequeue()
277 if (backlog < QUEUE_THRESHOLD) { in pie_process_dequeue()
/OK3568_Linux_fs/kernel/include/net/
H A Dpie.h13 #define QUEUE_THRESHOLD 16384 macro