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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/block/
H A Dblk.h122 static inline int queue_congestion_on_threshold(struct request_queue *q) function
H A Dblk-sysfs.c57 if (rl->count[BLK_RW_SYNC] >= queue_congestion_on_threshold(q))
62 if (rl->count[BLK_RW_ASYNC] >= queue_congestion_on_threshold(q))
H A Dblk-core.c760 if (rl->count[is_sync]+1 >= queue_congestion_on_threshold(q)) {

Completed in 67 milliseconds