Searched refs:QUEUE_THRESHOLD (Results 1 – 2 of 2) sorted by relevance
242 if (backlog >= QUEUE_THRESHOLD && vars->dq_count == DQCOUNT_INVALID) { in pie_process_dequeue() 248 * has receded to a small value viz., <= QUEUE_THRESHOLD bytes, reset in pie_process_dequeue() 251 * have a substantial queue built up (QUEUE_THRESHOLD bytes or more) in pie_process_dequeue() 259 if (vars->dq_count >= QUEUE_THRESHOLD) { in pie_process_dequeue() 281 if (backlog < QUEUE_THRESHOLD) { in pie_process_dequeue()
13 #define QUEUE_THRESHOLD 16384 macro