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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/block/
H A Dll_rw_blk.c84 static inline int queue_congestion_on_threshold(struct request_queue *q) function
2086 if (rl->count[rw]+1 >= queue_congestion_on_threshold(q)) {
3901 if (rl->count[READ] >= queue_congestion_on_threshold(q))
3906 if (rl->count[WRITE] >= queue_congestion_on_threshold(q))

Completed in 101 milliseconds